Package io.substrait.proto
Interface Expression.Nested.MapOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Nested.Map,Expression.Nested.Map.Builder
- Enclosing class:
- Expression.Nested
public static interface Expression.Nested.MapOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKeyValues(int index) One or more key-value pairs.intOne or more key-value pairs.One or more key-value pairs.getKeyValuesOrBuilder(int index) One or more key-value pairs.List<? extends Expression.Nested.Map.KeyValueOrBuilder>One or more key-value pairs.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
-
getKeyValuesList
List<Expression.Nested.Map.KeyValue> getKeyValuesList()One or more key-value pairs. To specify an empty map, use Literal.empty_map (otherwise type information would be missing).
repeated .substrait.Expression.Nested.Map.KeyValue key_values = 1; -
getKeyValues
One or more key-value pairs. To specify an empty map, use Literal.empty_map (otherwise type information would be missing).
repeated .substrait.Expression.Nested.Map.KeyValue key_values = 1; -
getKeyValuesCount
int getKeyValuesCount()One or more key-value pairs. To specify an empty map, use Literal.empty_map (otherwise type information would be missing).
repeated .substrait.Expression.Nested.Map.KeyValue key_values = 1; -
getKeyValuesOrBuilderList
List<? extends Expression.Nested.Map.KeyValueOrBuilder> getKeyValuesOrBuilderList()One or more key-value pairs. To specify an empty map, use Literal.empty_map (otherwise type information would be missing).
repeated .substrait.Expression.Nested.Map.KeyValue key_values = 1; -
getKeyValuesOrBuilder
One or more key-value pairs. To specify an empty map, use Literal.empty_map (otherwise type information would be missing).
repeated .substrait.Expression.Nested.Map.KeyValue key_values = 1;
-