getStatementResultV2
abstract suspend fun getStatementResultV2(input: GetStatementResultV2Request): GetStatementResultV2Response
Fetches the temporarily cached result of an SQL statement in CSV format. The ExecuteStatement
or BatchExecuteStatement
operation that ran the SQL statement must have specified ResultFormat
as CSV
. A token is returned to page through the statement results.
For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.