Module org.apache.arrow.gandiva
Package org.apache.arrow.gandiva.ipc
Interface GandivaTypes.DoubleConstantsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GandivaTypes.DoubleConstants,GandivaTypes.DoubleConstants.Builder
- Enclosing class:
- GandivaTypes
public static interface GandivaTypes.DoubleConstantsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDoubleValues(int index) repeated .gandiva.types.DoubleNode doubleValues = 1;intrepeated .gandiva.types.DoubleNode doubleValues = 1;repeated .gandiva.types.DoubleNode doubleValues = 1;getDoubleValuesOrBuilder(int index) repeated .gandiva.types.DoubleNode doubleValues = 1;List<? extends GandivaTypes.DoubleNodeOrBuilder>repeated .gandiva.types.DoubleNode doubleValues = 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
-
getDoubleValuesList
List<GandivaTypes.DoubleNode> getDoubleValuesList()repeated .gandiva.types.DoubleNode doubleValues = 1; -
getDoubleValues
repeated .gandiva.types.DoubleNode doubleValues = 1; -
getDoubleValuesCount
int getDoubleValuesCount()repeated .gandiva.types.DoubleNode doubleValues = 1; -
getDoubleValuesOrBuilderList
List<? extends GandivaTypes.DoubleNodeOrBuilder> getDoubleValuesOrBuilderList()repeated .gandiva.types.DoubleNode doubleValues = 1; -
getDoubleValuesOrBuilder
repeated .gandiva.types.DoubleNode doubleValues = 1;
-