Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateProcResponse |
GPUdb.createProc(CreateProcRequest request)
Creates an instance (proc) of the user-defined function (UDF) specified
by the given command, options, and files, and makes it available for
execution.
|
CreateProcResponse |
GPUdb.createProc(String procName,
String executionMode,
Map<String,ByteBuffer> files,
String command,
List<String> args,
Map<String,String> options)
Creates an instance (proc) of the user-defined function (UDF) specified
by the given command, options, and files, and makes it available for
execution.
|
Modifier and Type | Method and Description |
---|---|
CreateProcResponse |
CreateProcResponse.setInfo(Map<String,String> info) |
CreateProcResponse |
CreateProcResponse.setProcName(String procName) |
Copyright © 2020. All rights reserved.