A set of string constants for the parameter CreateProcRequest.execution_mode. More…
Static Public Attributes | |
| const string | DISTRIBUTED = “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. | |
| const string | NONDISTRIBUTED = “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 Kinetica.executeProc. | |
Detailed Description
A set of string constants for the parameter CreateProcRequest.execution_mode.
The execution mode of the proc.
Definition at line 23 of file CreateProc.cs.
Member Data Documentation
◆ DISTRIBUTED
| static |
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.
Output table data from each invocation will be saved to the same node as the corresponding input data.
Definition at line 31 of file CreateProc.cs.
◆ NONDISTRIBUTED
| static |
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 Kinetica.executeProc.
It will, however, be able to access the database using native API calls.
Definition at line 40 of file CreateProc.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateProc.cs
- Kinetica/Protocol/CreateProc.cs