Interface Type.MapOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .substrait.Type key = 1;
    .substrait.Type key = 1;
    .substrait.Type.Nullability nullability = 4;
    int
    .substrait.Type.Nullability nullability = 4;
    int
    uint32 type_variation_reference = 3;
    .substrait.Type value = 2;
    .substrait.Type value = 2;
    boolean
    .substrait.Type key = 1;
    boolean
    .substrait.Type value = 2;

    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

    • hasKey

      boolean hasKey()
      .substrait.Type key = 1;
      Returns:
      Whether the key field is set.
    • getKey

      Type getKey()
      .substrait.Type key = 1;
      Returns:
      The key.
    • getKeyOrBuilder

      TypeOrBuilder getKeyOrBuilder()
      .substrait.Type key = 1;
    • hasValue

      boolean hasValue()
      .substrait.Type value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      Type getValue()
      .substrait.Type value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      TypeOrBuilder getValueOrBuilder()
      .substrait.Type value = 2;
    • getTypeVariationReference

      int getTypeVariationReference()
      uint32 type_variation_reference = 3;
      Returns:
      The typeVariationReference.
    • 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.