Package io.substrait.proto
Interface DerivationExpression.ExpressionStructOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DerivationExpression.ExpressionStruct,DerivationExpression.ExpressionStruct.Builder
- Enclosing class:
- DerivationExpression
public static interface DerivationExpression.ExpressionStructOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.Type.Nullability nullability = 3;int.substrait.Type.Nullability nullability = 3;getTypes(int index) repeated .substrait.DerivationExpression types = 1;intrepeated .substrait.DerivationExpression types = 1;repeated .substrait.DerivationExpression types = 1;getTypesOrBuilder(int index) repeated .substrait.DerivationExpression types = 1;List<? extends DerivationExpressionOrBuilder>repeated .substrait.DerivationExpression types = 1;intuint32 variation_pointer = 2;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
-
getTypesList
List<DerivationExpression> getTypesList()repeated .substrait.DerivationExpression types = 1; -
getTypes
repeated .substrait.DerivationExpression types = 1; -
getTypesCount
int getTypesCount()repeated .substrait.DerivationExpression types = 1; -
getTypesOrBuilderList
List<? extends DerivationExpressionOrBuilder> getTypesOrBuilderList()repeated .substrait.DerivationExpression types = 1; -
getTypesOrBuilder
repeated .substrait.DerivationExpression types = 1; -
getVariationPointer
int getVariationPointer()uint32 variation_pointer = 2;- Returns:
- The variationPointer.
-
getNullabilityValue
int getNullabilityValue().substrait.Type.Nullability nullability = 3;- Returns:
- The enum numeric value on the wire for nullability.
-
getNullability
Type.Nullability getNullability().substrait.Type.Nullability nullability = 3;- Returns:
- The nullability.
-