Module org.apache.arrow.gandiva
Package org.apache.arrow.gandiva.ipc
Interface GandivaTypes.LongConstantsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GandivaTypes.LongConstants,GandivaTypes.LongConstants.Builder
- Enclosing class:
- GandivaTypes
public static interface GandivaTypes.LongConstantsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLongValues(int index) repeated .gandiva.types.LongNode longValues = 1;intrepeated .gandiva.types.LongNode longValues = 1;repeated .gandiva.types.LongNode longValues = 1;getLongValuesOrBuilder(int index) repeated .gandiva.types.LongNode longValues = 1;List<? extends GandivaTypes.LongNodeOrBuilder>repeated .gandiva.types.LongNode longValues = 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
-
getLongValuesList
List<GandivaTypes.LongNode> getLongValuesList()repeated .gandiva.types.LongNode longValues = 1; -
getLongValues
repeated .gandiva.types.LongNode longValues = 1; -
getLongValuesCount
int getLongValuesCount()repeated .gandiva.types.LongNode longValues = 1; -
getLongValuesOrBuilderList
List<? extends GandivaTypes.LongNodeOrBuilder> getLongValuesOrBuilderList()repeated .gandiva.types.LongNode longValues = 1; -
getLongValuesOrBuilder
repeated .gandiva.types.LongNode longValues = 1;
-