Interface DerivationExpression.ExpressionPrecisionTimestampOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DerivationExpression.ExpressionPrecisionTimestamp, DerivationExpression.ExpressionPrecisionTimestamp.Builder
Enclosing class:
DerivationExpression

public static interface DerivationExpression.ExpressionPrecisionTimestampOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .substrait.Type.Nullability nullability = 3;
    int
    .substrait.Type.Nullability nullability = 3;
    .substrait.DerivationExpression precision = 1;
    .substrait.DerivationExpression precision = 1;
    int
    uint32 variation_pointer = 2;
    boolean
    .substrait.DerivationExpression precision = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasPrecision

      boolean hasPrecision()
      .substrait.DerivationExpression precision = 1;
      Returns:
      Whether the precision field is set.
    • getPrecision

      DerivationExpression getPrecision()
      .substrait.DerivationExpression precision = 1;
      Returns:
      The precision.
    • getPrecisionOrBuilder

      DerivationExpressionOrBuilder getPrecisionOrBuilder()
      .substrait.DerivationExpression precision = 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.