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