Uses of Class
org.apache.arrow.gandiva.ipc.GandivaTypes.FunctionSignature
Packages that use GandivaTypes.FunctionSignature
-
Uses of GandivaTypes.FunctionSignature in org.apache.arrow.gandiva.ipc
Methods in org.apache.arrow.gandiva.ipc that return GandivaTypes.FunctionSignatureModifier and TypeMethodDescriptionGandivaTypes.FunctionSignature.Builder.build()GandivaTypes.FunctionSignature.Builder.buildPartial()GandivaTypes.FunctionSignature.getDefaultInstance()GandivaTypes.FunctionSignature.Builder.getDefaultInstanceForType()GandivaTypes.FunctionSignature.getDefaultInstanceForType()GandivaTypes.GandivaFunctions.Builder.getFunction(int index) repeated .gandiva.types.FunctionSignature function = 1;GandivaTypes.GandivaFunctions.getFunction(int index) repeated .gandiva.types.FunctionSignature function = 1;GandivaTypes.GandivaFunctionsOrBuilder.getFunction(int index) repeated .gandiva.types.FunctionSignature function = 1;GandivaTypes.FunctionSignature.parseDelimitedFrom(InputStream input) GandivaTypes.FunctionSignature.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GandivaTypes.FunctionSignature.parseFrom(byte[] data) GandivaTypes.FunctionSignature.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GandivaTypes.FunctionSignature.parseFrom(com.google.protobuf.ByteString data) GandivaTypes.FunctionSignature.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GandivaTypes.FunctionSignature.parseFrom(com.google.protobuf.CodedInputStream input) GandivaTypes.FunctionSignature.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GandivaTypes.FunctionSignature.parseFrom(InputStream input) GandivaTypes.FunctionSignature.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GandivaTypes.FunctionSignature.parseFrom(ByteBuffer data) GandivaTypes.FunctionSignature.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.gandiva.ipc that return types with arguments of type GandivaTypes.FunctionSignatureModifier and TypeMethodDescriptionGandivaTypes.GandivaFunctions.Builder.getFunctionList()repeated .gandiva.types.FunctionSignature function = 1;GandivaTypes.GandivaFunctions.getFunctionList()repeated .gandiva.types.FunctionSignature function = 1;GandivaTypes.GandivaFunctionsOrBuilder.getFunctionList()repeated .gandiva.types.FunctionSignature function = 1;com.google.protobuf.Parser<GandivaTypes.FunctionSignature>GandivaTypes.FunctionSignature.getParserForType()static com.google.protobuf.Parser<GandivaTypes.FunctionSignature>GandivaTypes.FunctionSignature.parser()Methods in org.apache.arrow.gandiva.ipc with parameters of type GandivaTypes.FunctionSignatureModifier and TypeMethodDescriptionGandivaTypes.GandivaFunctions.Builder.addFunction(int index, GandivaTypes.FunctionSignature value) repeated .gandiva.types.FunctionSignature function = 1;GandivaTypes.GandivaFunctions.Builder.addFunction(GandivaTypes.FunctionSignature value) repeated .gandiva.types.FunctionSignature function = 1;GandivaTypes.FunctionSignature.Builder.mergeFrom(GandivaTypes.FunctionSignature other) GandivaTypes.FunctionSignature.newBuilder(GandivaTypes.FunctionSignature prototype) GandivaTypes.GandivaFunctions.Builder.setFunction(int index, GandivaTypes.FunctionSignature value) repeated .gandiva.types.FunctionSignature function = 1;Method parameters in org.apache.arrow.gandiva.ipc with type arguments of type GandivaTypes.FunctionSignatureModifier and TypeMethodDescriptionGandivaTypes.GandivaFunctions.Builder.addAllFunction(Iterable<? extends GandivaTypes.FunctionSignature> values) repeated .gandiva.types.FunctionSignature function = 1;