public static final class CreateProcRequest.ExecutionMode extends Object
CreateProcRequest
parameter
executionMode
.
The execution mode of the proc.
Modifier and Type | Field and Description |
---|---|
static String |
DISTRIBUTED
Input table data will be divided into data segments that are
distributed across all nodes in the cluster, and the proc command
will be invoked once per data segment in parallel.
|
static String |
NONDISTRIBUTED
The proc command will be invoked only once per execution, and will
not have direct access to any tables named as input or output table
parameters in the call to
GPUdb.executeProc . |
public static final String DISTRIBUTED
public static final String NONDISTRIBUTED
GPUdb.executeProc
.
It will, however, be able to access the database using native API
calls.Copyright © 2025. All rights reserved.