Module org.apache.arrow.gandiva
Package org.apache.arrow.gandiva.ipc
Interface GandivaTypes.StringConstantsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GandivaTypes.StringConstants,GandivaTypes.StringConstants.Builder
- Enclosing class:
- GandivaTypes
public static interface GandivaTypes.StringConstantsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetStringValues(int index) repeated .gandiva.types.StringNode stringValues = 1;intrepeated .gandiva.types.StringNode stringValues = 1;repeated .gandiva.types.StringNode stringValues = 1;getStringValuesOrBuilder(int index) repeated .gandiva.types.StringNode stringValues = 1;List<? extends GandivaTypes.StringNodeOrBuilder>repeated .gandiva.types.StringNode stringValues = 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
-
getStringValuesList
List<GandivaTypes.StringNode> getStringValuesList()repeated .gandiva.types.StringNode stringValues = 1; -
getStringValues
repeated .gandiva.types.StringNode stringValues = 1; -
getStringValuesCount
int getStringValuesCount()repeated .gandiva.types.StringNode stringValues = 1; -
getStringValuesOrBuilderList
List<? extends GandivaTypes.StringNodeOrBuilder> getStringValuesOrBuilderList()repeated .gandiva.types.StringNode stringValues = 1; -
getStringValuesOrBuilder
repeated .gandiva.types.StringNode stringValues = 1;
-