Interface Type.DateOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .substrait.Type.Nullability nullability = 2;
    int
    .substrait.Type.Nullability nullability = 2;
    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.