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.
|
Modifier and Type | Method and Description |
---|---|
CreateProcRequest |
CreateProcRequest.setArgs(List<String> args) |
CreateProcRequest |
CreateProcRequest.setCommand(String command) |
CreateProcRequest |
CreateProcRequest.setExecutionMode(String executionMode) |
CreateProcRequest |
CreateProcRequest.setFiles(Map<String,ByteBuffer> files) |
CreateProcRequest |
CreateProcRequest.setOptions(Map<String,String> options) |
CreateProcRequest |
CreateProcRequest.setProcName(String procName) |
Copyright © 2020. All rights reserved.