Module org.apache.arrow.gandiva
Package org.apache.arrow.gandiva.ipc
Interface GandivaTypes.FloatConstantsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GandivaTypes.FloatConstants,GandivaTypes.FloatConstants.Builder
- Enclosing class:
- GandivaTypes
public static interface GandivaTypes.FloatConstantsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFloatValues(int index) repeated .gandiva.types.FloatNode floatValues = 1;intrepeated .gandiva.types.FloatNode floatValues = 1;repeated .gandiva.types.FloatNode floatValues = 1;getFloatValuesOrBuilder(int index) repeated .gandiva.types.FloatNode floatValues = 1;List<? extends GandivaTypes.FloatNodeOrBuilder>repeated .gandiva.types.FloatNode floatValues = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFloatValuesList
List<GandivaTypes.FloatNode> getFloatValuesList()repeated .gandiva.types.FloatNode floatValues = 1; -
getFloatValues
repeated .gandiva.types.FloatNode floatValues = 1; -
getFloatValuesCount
int getFloatValuesCount()repeated .gandiva.types.FloatNode floatValues = 1; -
getFloatValuesOrBuilderList
List<? extends GandivaTypes.FloatNodeOrBuilder> getFloatValuesOrBuilderList()repeated .gandiva.types.FloatNode floatValues = 1; -
getFloatValuesOrBuilder
repeated .gandiva.types.FloatNode floatValues = 1;
-