startCalculationExecution
inline suspend fun AthenaClient.startCalculationExecution(crossinline block: StartCalculationExecutionRequest.Builder.() -> Unit): StartCalculationExecutionResponse
Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request.
The request syntax requires the StartCalculationExecutionRequest
$CodeBlock parameter or the CalculationConfiguration$
CodeBlock parameter, but not both. Because CalculationConfiguration$CodeBlock is deprecated, use the StartCalculationExecutionRequest$
CodeBlock parameter instead.