Package io.substrait.proto
Interface DerivationExpression.ExpressionMapOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DerivationExpression.ExpressionMap,DerivationExpression.ExpressionMap.Builder
- Enclosing class:
- DerivationExpression
public static interface DerivationExpression.ExpressionMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey().substrait.DerivationExpression key = 1;.substrait.DerivationExpression key = 1;.substrait.Type.Nullability nullability = 4;int.substrait.Type.Nullability nullability = 4;getValue().substrait.DerivationExpression value = 2;.substrait.DerivationExpression value = 2;intuint32 variation_pointer = 3;booleanhasKey().substrait.DerivationExpression key = 1;booleanhasValue().substrait.DerivationExpression value = 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
-
hasKey
boolean hasKey().substrait.DerivationExpression key = 1;- Returns:
- Whether the key field is set.
-
getKey
DerivationExpression getKey().substrait.DerivationExpression key = 1;- Returns:
- The key.
-
getKeyOrBuilder
DerivationExpressionOrBuilder getKeyOrBuilder().substrait.DerivationExpression key = 1; -
hasValue
boolean hasValue().substrait.DerivationExpression value = 2;- Returns:
- Whether the value field is set.
-
getValue
DerivationExpression getValue().substrait.DerivationExpression value = 2;- Returns:
- The value.
-
getValueOrBuilder
DerivationExpressionOrBuilder getValueOrBuilder().substrait.DerivationExpression value = 2; -
getVariationPointer
int getVariationPointer()uint32 variation_pointer = 3;- Returns:
- The variationPointer.
-
getNullabilityValue
int getNullabilityValue().substrait.Type.Nullability nullability = 4;- Returns:
- The enum numeric value on the wire for nullability.
-
getNullability
Type.Nullability getNullability().substrait.Type.Nullability nullability = 4;- Returns:
- The nullability.
-