Interface DerivationExpression.ExpressionMapOrBuilder

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

public static interface DerivationExpression.ExpressionMapOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .substrait.DerivationExpression key = 1;
    .substrait.DerivationExpression key = 1;
    .substrait.Type.Nullability nullability = 4;
    int
    .substrait.Type.Nullability nullability = 4;
    .substrait.DerivationExpression value = 2;
    .substrait.DerivationExpression value = 2;
    int
    uint32 variation_pointer = 3;
    boolean
    .substrait.DerivationExpression key = 1;
    boolean
    .substrait.DerivationExpression 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.DerivationExpression key = 1;
      Returns:
      Whether the key field is set.
    • getKey

      .substrait.DerivationExpression key = 1;
      Returns:
      The key.
    • getKeyOrBuilder

      .substrait.DerivationExpression key = 1;
    • hasValue

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

      .substrait.DerivationExpression value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      DerivationExpressionOrBuilder getValueOrBuilder()
      .substrait.DerivationExpression value = 2;
    • getVariationPointer

      int getVariationPointer()
      uint32 variation_pointer = 3;
      Returns:
      The variationPointer.
    • 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.