get_castable_data
Retrieve rows with column names from a CAS table by providing server, caslib, and table identifiers. Optionally set row limit and offset.
Instructions
Fetch rows from a CAS table with column names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | CAS server name or ID. | |
| caslib_name | Yes | Name of the caslib. | |
| table_name | Yes | Name of the table. | |
| limit | No | Maximum rows to return (default 100). | |
| start | No | Row offset (default 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||