Module org.apache.arrow.gandiva
Package org.apache.arrow.gandiva.ipc
Interface GandivaTypes.GandivaFunctionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GandivaTypes.GandivaFunctions,GandivaTypes.GandivaFunctions.Builder
- Enclosing class:
- GandivaTypes
public static interface GandivaTypes.GandivaFunctionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFunction(int index) repeated .gandiva.types.FunctionSignature function = 1;intrepeated .gandiva.types.FunctionSignature function = 1;repeated .gandiva.types.FunctionSignature function = 1;getFunctionOrBuilder(int index) repeated .gandiva.types.FunctionSignature function = 1;List<? extends GandivaTypes.FunctionSignatureOrBuilder>repeated .gandiva.types.FunctionSignature function = 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
-
getFunctionList
List<GandivaTypes.FunctionSignature> getFunctionList()repeated .gandiva.types.FunctionSignature function = 1; -
getFunction
repeated .gandiva.types.FunctionSignature function = 1; -
getFunctionCount
int getFunctionCount()repeated .gandiva.types.FunctionSignature function = 1; -
getFunctionOrBuilderList
List<? extends GandivaTypes.FunctionSignatureOrBuilder> getFunctionOrBuilderList()repeated .gandiva.types.FunctionSignature function = 1; -
getFunctionOrBuilder
repeated .gandiva.types.FunctionSignature function = 1;
-