Module org.apache.arrow.gandiva
Package org.apache.arrow.gandiva.ipc
Interface GandivaTypes.DecimalConstantsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GandivaTypes.DecimalConstants,GandivaTypes.DecimalConstants.Builder
- Enclosing class:
- GandivaTypes
public static interface GandivaTypes.DecimalConstantsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDecimalValues(int index) repeated .gandiva.types.DecimalNode decimalValues = 1;intrepeated .gandiva.types.DecimalNode decimalValues = 1;repeated .gandiva.types.DecimalNode decimalValues = 1;getDecimalValuesOrBuilder(int index) repeated .gandiva.types.DecimalNode decimalValues = 1;List<? extends GandivaTypes.DecimalNodeOrBuilder>repeated .gandiva.types.DecimalNode decimalValues = 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
-
getDecimalValuesList
List<GandivaTypes.DecimalNode> getDecimalValuesList()repeated .gandiva.types.DecimalNode decimalValues = 1; -
getDecimalValues
repeated .gandiva.types.DecimalNode decimalValues = 1; -
getDecimalValuesCount
int getDecimalValuesCount()repeated .gandiva.types.DecimalNode decimalValues = 1; -
getDecimalValuesOrBuilderList
List<? extends GandivaTypes.DecimalNodeOrBuilder> getDecimalValuesOrBuilderList()repeated .gandiva.types.DecimalNode decimalValues = 1; -
getDecimalValuesOrBuilder
repeated .gandiva.types.DecimalNode decimalValues = 1;
-