Interface Expression.Literal.Map.KeyValueOrBuilder

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

public static interface Expression.Literal.Map.KeyValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .substrait.Expression.Literal key = 1;
    .substrait.Expression.Literal key = 1;
    .substrait.Expression.Literal value = 2;
    .substrait.Expression.Literal value = 2;
    boolean
    .substrait.Expression.Literal key = 1;
    boolean
    .substrait.Expression.Literal 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.Expression.Literal key = 1;
      Returns:
      Whether the key field is set.
    • getKey

      .substrait.Expression.Literal key = 1;
      Returns:
      The key.
    • getKeyOrBuilder

      Expression.LiteralOrBuilder getKeyOrBuilder()
      .substrait.Expression.Literal key = 1;
    • hasValue

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

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

      Expression.LiteralOrBuilder getValueOrBuilder()
      .substrait.Expression.Literal value = 2;