Tables Action Set: Syntax
Provides actions for accessing and managing data
partition Action
Partitions a table.
CASL Syntax
Parameter Descriptions
casout={casouttable}
specifies the settings for an output table.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see casouttable.
| Alias | outTable |
* table={castable}
specifies the name of the table to use.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see castable.
Result Descriptions
averageShuffleWaitTime
The result is a double. You can access the value from results.averageShuffleWaitTime.
caslib
The result is a string. You can access the value from results.caslib.
maxShuffleWaitTime
The result is a double. You can access the value from results.maxShuffleWaitTime.
minShuffleWaitTime
The result is a double. You can access the value from results.minShuffleWaitTime.
rowsTransferred
The result is a 64-bit integer. You can access the value from results.rowsTransferred.
shuffleWaitTime
The result is a double. You can access the value from results.shuffleWaitTime.
tableName
The result is a string. You can access the value from results.tableName.
partition Action
Partitions a table.
Lua Syntax
Parameter Descriptions
casout={casouttable}
specifies the settings for an output table.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see casouttable.
| Alias | outTable |
* table={castable}
specifies the name of the table to use.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see castable.
Result Descriptions
averageShuffleWaitTime
The result is a double. You can access the value from results.averageShuffleWaitTime.
caslib
The result is a string. You can access the value from results.caslib.
maxShuffleWaitTime
The result is a double. You can access the value from results.maxShuffleWaitTime.
minShuffleWaitTime
The result is a double. You can access the value from results.minShuffleWaitTime.
rowsTransferred
The result is a 64-bit integer. You can access the value from results.rowsTransferred.
shuffleWaitTime
The result is a double. You can access the value from results.shuffleWaitTime.
tableName
The result is a string. You can access the value from results.tableName.
partition Action
Partitions a table.
Python Syntax
Parameter Descriptions
casout={casouttable}
specifies the settings for an output table.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see casouttable.
| Alias | outTable |
* table={castable}
specifies the name of the table to use.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see castable.
Result Descriptions
averageShuffleWaitTime
The result is a double. You can access the value from results.averageShuffleWaitTime.
caslib
The result is a string. You can access the value from results.caslib.
maxShuffleWaitTime
The result is a double. You can access the value from results.maxShuffleWaitTime.
minShuffleWaitTime
The result is a double. You can access the value from results.minShuffleWaitTime.
rowsTransferred
The result is a 64-bit integer. You can access the value from results.rowsTransferred.
shuffleWaitTime
The result is a double. You can access the value from results.shuffleWaitTime.
tableName
The result is a string. You can access the value from results.tableName.