Package io.substrait.proto
Interface DerivationExpression.ExpressionListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DerivationExpression.ExpressionList,DerivationExpression.ExpressionList.Builder
- Enclosing class:
- DerivationExpression
public static interface DerivationExpression.ExpressionListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.Type.Nullability nullability = 3;int.substrait.Type.Nullability nullability = 3;getType().substrait.DerivationExpression type = 1;.substrait.DerivationExpression type = 1;intuint32 variation_pointer = 2;booleanhasType().substrait.DerivationExpression type = 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
-
hasType
boolean hasType().substrait.DerivationExpression type = 1;- Returns:
- Whether the type field is set.
-
getType
DerivationExpression getType().substrait.DerivationExpression type = 1;- Returns:
- The type.
-
getTypeOrBuilder
DerivationExpressionOrBuilder getTypeOrBuilder().substrait.DerivationExpression type = 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.
-