Package io.substrait.proto
Interface FunctionArgumentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FunctionArgument,FunctionArgument.Builder
public interface FunctionArgumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEnum()string enum = 1;com.google.protobuf.ByteStringstring enum = 1;getType().substrait.Type type = 2;.substrait.Type type = 2;getValue().substrait.Expression value = 3;.substrait.Expression value = 3;booleanhasEnum()string enum = 1;booleanhasType().substrait.Type type = 2;booleanhasValue().substrait.Expression value = 3;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
-
hasEnum
boolean hasEnum()string enum = 1;- Returns:
- Whether the enum field is set.
-
getEnum
String getEnum()string enum = 1;- Returns:
- The enum.
-
getEnumBytes
com.google.protobuf.ByteString getEnumBytes()string enum = 1;- Returns:
- The bytes for enum.
-
hasType
boolean hasType().substrait.Type type = 2;- Returns:
- Whether the type field is set.
-
getType
Type getType().substrait.Type type = 2;- Returns:
- The type.
-
getTypeOrBuilder
TypeOrBuilder getTypeOrBuilder().substrait.Type type = 2; -
hasValue
boolean hasValue().substrait.Expression value = 3;- Returns:
- Whether the value field is set.
-
getValue
Expression getValue().substrait.Expression value = 3;- Returns:
- The value.
-
getValueOrBuilder
ExpressionOrBuilder getValueOrBuilder().substrait.Expression value = 3; -
getArgTypeCase
FunctionArgument.ArgTypeCase getArgTypeCase()
-