Interface Type.IntervalCompoundOrBuilder

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

public static interface Type.IntervalCompoundOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .substrait.Type.Nullability nullability = 2;
    int
    .substrait.Type.Nullability nullability = 2;
    int
    Sub-second precision, 0 means the value given is in seconds, 3 is milliseconds, 6 microseconds, 9 is nanoseconds, etc.
    int
    uint32 type_variation_reference = 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

    • getTypeVariationReference

      int getTypeVariationReference()
      uint32 type_variation_reference = 1;
      Returns:
      The typeVariationReference.
    • getNullabilityValue

      int getNullabilityValue()
      .substrait.Type.Nullability nullability = 2;
      Returns:
      The enum numeric value on the wire for nullability.
    • getNullability

      Type.Nullability getNullability()
      .substrait.Type.Nullability nullability = 2;
      Returns:
      The nullability.
    • getPrecision

      int getPrecision()
       Sub-second precision, 0 means the value given is in seconds, 3 is milliseconds, 6 microseconds, 9 is nanoseconds, etc.
       
      int32 precision = 3;
      Returns:
      The precision.