Package io.substrait.proto
Interface Expression.EmbeddedFunction.WebAssemblyFunctionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.EmbeddedFunction.WebAssemblyFunction,Expression.EmbeddedFunction.WebAssemblyFunction.Builder
- Enclosing class:
- Expression.EmbeddedFunction
public static interface Expression.EmbeddedFunction.WebAssemblyFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPrerequisite(int index) repeated string prerequisite = 2;com.google.protobuf.ByteStringgetPrerequisiteBytes(int index) repeated string prerequisite = 2;intrepeated string prerequisite = 2;repeated string prerequisite = 2;com.google.protobuf.ByteStringbytes script = 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
-
getScript
com.google.protobuf.ByteString getScript()bytes script = 1;- Returns:
- The script.
-
getPrerequisiteList
repeated string prerequisite = 2;- Returns:
- A list containing the prerequisite.
-
getPrerequisiteCount
int getPrerequisiteCount()repeated string prerequisite = 2;- Returns:
- The count of prerequisite.
-
getPrerequisite
repeated string prerequisite = 2;- Parameters:
index- The index of the element to return.- Returns:
- The prerequisite at the given index.
-
getPrerequisiteBytes
com.google.protobuf.ByteString getPrerequisiteBytes(int index) repeated string prerequisite = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the prerequisite at the given index.
-