View Source Avalanche.Steps.GetPartitions (Avalanche v0.13.0)
A custom Req
pipeline step to retrieve all the partitions of data from a statement execution.
Summary
Functions
Get partitioned data per the resultSetMetaData
.
Functions
Get partitioned data per the resultSetMetaData
.
Options
:max_concurrency
- sets the maximum number of tasks to run at the same time. Defaults toSystem.schedulers_online/0
.:timeout
- the maximum amount of time to wait (in milliseconds). Defaults to 2 minutes.