Package io.substrait.proto
Interface Expression.MaskExpression.SelectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.MaskExpression.Select,Expression.MaskExpression.Select.Builder
- Enclosing class:
- Expression.MaskExpression
public static interface Expression.MaskExpression.SelectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetList().substrait.Expression.MaskExpression.ListSelect list = 2;.substrait.Expression.MaskExpression.ListSelect list = 2;getMap().substrait.Expression.MaskExpression.MapSelect map = 3;.substrait.Expression.MaskExpression.MapSelect map = 3;.substrait.Expression.MaskExpression.StructSelect struct = 1;.substrait.Expression.MaskExpression.StructSelect struct = 1;booleanhasList().substrait.Expression.MaskExpression.ListSelect list = 2;booleanhasMap().substrait.Expression.MaskExpression.MapSelect map = 3;boolean.substrait.Expression.MaskExpression.StructSelect struct = 1;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
-
hasStruct
boolean hasStruct().substrait.Expression.MaskExpression.StructSelect struct = 1;- Returns:
- Whether the struct field is set.
-
getStruct
Expression.MaskExpression.StructSelect getStruct().substrait.Expression.MaskExpression.StructSelect struct = 1;- Returns:
- The struct.
-
getStructOrBuilder
Expression.MaskExpression.StructSelectOrBuilder getStructOrBuilder().substrait.Expression.MaskExpression.StructSelect struct = 1; -
hasList
boolean hasList().substrait.Expression.MaskExpression.ListSelect list = 2;- Returns:
- Whether the list field is set.
-
getList
Expression.MaskExpression.ListSelect getList().substrait.Expression.MaskExpression.ListSelect list = 2;- Returns:
- The list.
-
getListOrBuilder
Expression.MaskExpression.ListSelectOrBuilder getListOrBuilder().substrait.Expression.MaskExpression.ListSelect list = 2; -
hasMap
boolean hasMap().substrait.Expression.MaskExpression.MapSelect map = 3;- Returns:
- Whether the map field is set.
-
getMap
Expression.MaskExpression.MapSelect getMap().substrait.Expression.MaskExpression.MapSelect map = 3;- Returns:
- The map.
-
getMapOrBuilder
Expression.MaskExpression.MapSelectOrBuilder getMapOrBuilder().substrait.Expression.MaskExpression.MapSelect map = 3; -
getTypeCase
Expression.MaskExpression.Select.TypeCase getTypeCase()
-