Module org.apache.arrow.gandiva
Package org.apache.arrow.gandiva.ipc
Interface GandivaTypes.InNodeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GandivaTypes.InNode,GandivaTypes.InNode.Builder
- Enclosing class:
- GandivaTypes
public static interface GandivaTypes.InNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .gandiva.types.BinaryConstants binaryValues = 5;optional .gandiva.types.BinaryConstants binaryValues = 5;optional .gandiva.types.DecimalConstants decimalValues = 6;optional .gandiva.types.DecimalConstants decimalValues = 6;optional .gandiva.types.DoubleConstants doubleValues = 8;optional .gandiva.types.DoubleConstants doubleValues = 8;optional .gandiva.types.FloatConstants floatValues = 7;optional .gandiva.types.FloatConstants floatValues = 7;optional .gandiva.types.IntConstants intValues = 2;optional .gandiva.types.IntConstants intValues = 2;optional .gandiva.types.LongConstants longValues = 3;optional .gandiva.types.LongConstants longValues = 3;getNode()optional .gandiva.types.TreeNode node = 1;optional .gandiva.types.TreeNode node = 1;optional .gandiva.types.StringConstants stringValues = 4;optional .gandiva.types.StringConstants stringValues = 4;booleanoptional .gandiva.types.BinaryConstants binaryValues = 5;booleanoptional .gandiva.types.DecimalConstants decimalValues = 6;booleanoptional .gandiva.types.DoubleConstants doubleValues = 8;booleanoptional .gandiva.types.FloatConstants floatValues = 7;booleanoptional .gandiva.types.IntConstants intValues = 2;booleanoptional .gandiva.types.LongConstants longValues = 3;booleanhasNode()optional .gandiva.types.TreeNode node = 1;booleanoptional .gandiva.types.StringConstants stringValues = 4;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
-
hasNode
boolean hasNode()optional .gandiva.types.TreeNode node = 1;- Returns:
- Whether the node field is set.
-
getNode
GandivaTypes.TreeNode getNode()optional .gandiva.types.TreeNode node = 1;- Returns:
- The node.
-
getNodeOrBuilder
GandivaTypes.TreeNodeOrBuilder getNodeOrBuilder()optional .gandiva.types.TreeNode node = 1; -
hasIntValues
boolean hasIntValues()optional .gandiva.types.IntConstants intValues = 2;- Returns:
- Whether the intValues field is set.
-
getIntValues
GandivaTypes.IntConstants getIntValues()optional .gandiva.types.IntConstants intValues = 2;- Returns:
- The intValues.
-
getIntValuesOrBuilder
GandivaTypes.IntConstantsOrBuilder getIntValuesOrBuilder()optional .gandiva.types.IntConstants intValues = 2; -
hasLongValues
boolean hasLongValues()optional .gandiva.types.LongConstants longValues = 3;- Returns:
- Whether the longValues field is set.
-
getLongValues
GandivaTypes.LongConstants getLongValues()optional .gandiva.types.LongConstants longValues = 3;- Returns:
- The longValues.
-
getLongValuesOrBuilder
GandivaTypes.LongConstantsOrBuilder getLongValuesOrBuilder()optional .gandiva.types.LongConstants longValues = 3; -
hasStringValues
boolean hasStringValues()optional .gandiva.types.StringConstants stringValues = 4;- Returns:
- Whether the stringValues field is set.
-
getStringValues
GandivaTypes.StringConstants getStringValues()optional .gandiva.types.StringConstants stringValues = 4;- Returns:
- The stringValues.
-
getStringValuesOrBuilder
GandivaTypes.StringConstantsOrBuilder getStringValuesOrBuilder()optional .gandiva.types.StringConstants stringValues = 4; -
hasBinaryValues
boolean hasBinaryValues()optional .gandiva.types.BinaryConstants binaryValues = 5;- Returns:
- Whether the binaryValues field is set.
-
getBinaryValues
GandivaTypes.BinaryConstants getBinaryValues()optional .gandiva.types.BinaryConstants binaryValues = 5;- Returns:
- The binaryValues.
-
getBinaryValuesOrBuilder
GandivaTypes.BinaryConstantsOrBuilder getBinaryValuesOrBuilder()optional .gandiva.types.BinaryConstants binaryValues = 5; -
hasDecimalValues
boolean hasDecimalValues()optional .gandiva.types.DecimalConstants decimalValues = 6;- Returns:
- Whether the decimalValues field is set.
-
getDecimalValues
GandivaTypes.DecimalConstants getDecimalValues()optional .gandiva.types.DecimalConstants decimalValues = 6;- Returns:
- The decimalValues.
-
getDecimalValuesOrBuilder
GandivaTypes.DecimalConstantsOrBuilder getDecimalValuesOrBuilder()optional .gandiva.types.DecimalConstants decimalValues = 6; -
hasFloatValues
boolean hasFloatValues()optional .gandiva.types.FloatConstants floatValues = 7;- Returns:
- Whether the floatValues field is set.
-
getFloatValues
GandivaTypes.FloatConstants getFloatValues()optional .gandiva.types.FloatConstants floatValues = 7;- Returns:
- The floatValues.
-
getFloatValuesOrBuilder
GandivaTypes.FloatConstantsOrBuilder getFloatValuesOrBuilder()optional .gandiva.types.FloatConstants floatValues = 7; -
hasDoubleValues
boolean hasDoubleValues()optional .gandiva.types.DoubleConstants doubleValues = 8;- Returns:
- Whether the doubleValues field is set.
-
getDoubleValues
GandivaTypes.DoubleConstants getDoubleValues()optional .gandiva.types.DoubleConstants doubleValues = 8;- Returns:
- The doubleValues.
-
getDoubleValuesOrBuilder
GandivaTypes.DoubleConstantsOrBuilder getDoubleValuesOrBuilder()optional .gandiva.types.DoubleConstants doubleValues = 8;
-