Interface Type.TypeAliasReferenceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Nullability of the referenced type alias.
    int
    Nullability of the referenced type alias.
    int
    uint32 type_alias_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

    • getTypeAliasReference

      int getTypeAliasReference()
      uint32 type_alias_reference = 1;
      Returns:
      The typeAliasReference.
    • getNullabilityValue

      int getNullabilityValue()
       Nullability of the referenced type alias. Must be specified.
       
      .substrait.Type.Nullability nullability = 2;
      Returns:
      The enum numeric value on the wire for nullability.
    • getNullability

      Type.Nullability getNullability()
       Nullability of the referenced type alias. Must be specified.
       
      .substrait.Type.Nullability nullability = 2;
      Returns:
      The nullability.