Package io.substrait.proto
Interface Expression.Nested.Map.KeyValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Nested.Map.KeyValue,Expression.Nested.Map.KeyValue.Builder
- Enclosing class:
- Expression.Nested.Map
public static interface Expression.Nested.Map.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKey
boolean hasKey()Mandatory key/value expressions.
.substrait.Expression key = 1;- Returns:
- Whether the key field is set.
-
getKey
Expression getKey()Mandatory key/value expressions.
.substrait.Expression key = 1;- Returns:
- The key.
-
getKeyOrBuilder
ExpressionOrBuilder getKeyOrBuilder()Mandatory key/value expressions.
.substrait.Expression key = 1; -
hasValue
boolean hasValue().substrait.Expression value = 2;- Returns:
- Whether the value field is set.
-
getValue
Expression getValue().substrait.Expression value = 2;- Returns:
- The value.
-
getValueOrBuilder
ExpressionOrBuilder getValueOrBuilder().substrait.Expression value = 2;
-