Package io.substrait.proto
Interface Expression.EmbeddedFunctionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.EmbeddedFunction,Expression.EmbeddedFunction.Builder
- Enclosing class:
- Expression
public static interface Expression.EmbeddedFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArguments(int index) repeated .substrait.Expression arguments = 1;intrepeated .substrait.Expression arguments = 1;repeated .substrait.Expression arguments = 1;getArgumentsOrBuilder(int index) repeated .substrait.Expression arguments = 1;List<? extends ExpressionOrBuilder>repeated .substrait.Expression arguments = 1;.substrait.Type output_type = 2;.substrait.Type output_type = 2;.substrait.Expression.EmbeddedFunction.PythonPickleFunction python_pickle_function = 3;.substrait.Expression.EmbeddedFunction.PythonPickleFunction python_pickle_function = 3;.substrait.Expression.EmbeddedFunction.WebAssemblyFunction web_assembly_function = 4;.substrait.Expression.EmbeddedFunction.WebAssemblyFunction web_assembly_function = 4;boolean.substrait.Type output_type = 2;boolean.substrait.Expression.EmbeddedFunction.PythonPickleFunction python_pickle_function = 3;boolean.substrait.Expression.EmbeddedFunction.WebAssemblyFunction web_assembly_function = 4;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
-
getArgumentsList
List<Expression> getArgumentsList()repeated .substrait.Expression arguments = 1; -
getArguments
repeated .substrait.Expression arguments = 1; -
getArgumentsCount
int getArgumentsCount()repeated .substrait.Expression arguments = 1; -
getArgumentsOrBuilderList
List<? extends ExpressionOrBuilder> getArgumentsOrBuilderList()repeated .substrait.Expression arguments = 1; -
getArgumentsOrBuilder
repeated .substrait.Expression arguments = 1; -
hasOutputType
boolean hasOutputType().substrait.Type output_type = 2;- Returns:
- Whether the outputType field is set.
-
getOutputType
Type getOutputType().substrait.Type output_type = 2;- Returns:
- The outputType.
-
getOutputTypeOrBuilder
TypeOrBuilder getOutputTypeOrBuilder().substrait.Type output_type = 2; -
hasPythonPickleFunction
boolean hasPythonPickleFunction().substrait.Expression.EmbeddedFunction.PythonPickleFunction python_pickle_function = 3;- Returns:
- Whether the pythonPickleFunction field is set.
-
getPythonPickleFunction
Expression.EmbeddedFunction.PythonPickleFunction getPythonPickleFunction().substrait.Expression.EmbeddedFunction.PythonPickleFunction python_pickle_function = 3;- Returns:
- The pythonPickleFunction.
-
getPythonPickleFunctionOrBuilder
Expression.EmbeddedFunction.PythonPickleFunctionOrBuilder getPythonPickleFunctionOrBuilder().substrait.Expression.EmbeddedFunction.PythonPickleFunction python_pickle_function = 3; -
hasWebAssemblyFunction
boolean hasWebAssemblyFunction().substrait.Expression.EmbeddedFunction.WebAssemblyFunction web_assembly_function = 4;- Returns:
- Whether the webAssemblyFunction field is set.
-
getWebAssemblyFunction
Expression.EmbeddedFunction.WebAssemblyFunction getWebAssemblyFunction().substrait.Expression.EmbeddedFunction.WebAssemblyFunction web_assembly_function = 4;- Returns:
- The webAssemblyFunction.
-
getWebAssemblyFunctionOrBuilder
Expression.EmbeddedFunction.WebAssemblyFunctionOrBuilder getWebAssemblyFunctionOrBuilder().substrait.Expression.EmbeddedFunction.WebAssemblyFunction web_assembly_function = 4; -
getKindCase
Expression.EmbeddedFunction.KindCase getKindCase()
-