Package io.substrait.proto
Interface DerivationExpression.ExpressionDecimalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DerivationExpression.ExpressionDecimal,DerivationExpression.ExpressionDecimal.Builder
- Enclosing class:
- DerivationExpression
public static interface DerivationExpression.ExpressionDecimalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.Type.Nullability nullability = 4;int.substrait.Type.Nullability nullability = 4;.substrait.DerivationExpression precision = 2;.substrait.DerivationExpression precision = 2;getScale().substrait.DerivationExpression scale = 1;.substrait.DerivationExpression scale = 1;intuint32 variation_pointer = 3;boolean.substrait.DerivationExpression precision = 2;booleanhasScale().substrait.DerivationExpression scale = 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
-
hasScale
boolean hasScale().substrait.DerivationExpression scale = 1;- Returns:
- Whether the scale field is set.
-
getScale
DerivationExpression getScale().substrait.DerivationExpression scale = 1;- Returns:
- The scale.
-
getScaleOrBuilder
DerivationExpressionOrBuilder getScaleOrBuilder().substrait.DerivationExpression scale = 1; -
hasPrecision
boolean hasPrecision().substrait.DerivationExpression precision = 2;- Returns:
- Whether the precision field is set.
-
getPrecision
DerivationExpression getPrecision().substrait.DerivationExpression precision = 2;- Returns:
- The precision.
-
getPrecisionOrBuilder
DerivationExpressionOrBuilder getPrecisionOrBuilder().substrait.DerivationExpression precision = 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.
-