Module org.apache.arrow.gandiva
Package org.apache.arrow.gandiva.ipc
Interface GandivaTypes.IntConstantsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GandivaTypes.IntConstants,GandivaTypes.IntConstants.Builder
- Enclosing class:
- GandivaTypes
public static interface GandivaTypes.IntConstantsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIntValues(int index) repeated .gandiva.types.IntNode intValues = 1;intrepeated .gandiva.types.IntNode intValues = 1;repeated .gandiva.types.IntNode intValues = 1;getIntValuesOrBuilder(int index) repeated .gandiva.types.IntNode intValues = 1;List<? extends GandivaTypes.IntNodeOrBuilder>repeated .gandiva.types.IntNode intValues = 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
-
getIntValuesList
List<GandivaTypes.IntNode> getIntValuesList()repeated .gandiva.types.IntNode intValues = 1; -
getIntValues
repeated .gandiva.types.IntNode intValues = 1; -
getIntValuesCount
int getIntValuesCount()repeated .gandiva.types.IntNode intValues = 1; -
getIntValuesOrBuilderList
List<? extends GandivaTypes.IntNodeOrBuilder> getIntValuesOrBuilderList()repeated .gandiva.types.IntNode intValues = 1; -
getIntValuesOrBuilder
repeated .gandiva.types.IntNode intValues = 1;
-