Module execute_plan_response

Source
Expand description

Nested message and enum types in ExecutePlanResponse.

Modules§

metrics
Nested message and enum types in Metrics.

Structs§

ArrowBatch
Batch results of metrics.
Metrics
ObservedMetrics
ResultComplete
If present, in a reattachable execution this means that after server sends onComplete, the execution is complete. If the server sends onComplete without sending a ResultComplete, it means that there is more, and the client should use ReattachExecute RPC to continue.
SqlCommandResult
A SQL command returns an opaque Relation that can be directly used as input for the next call.

Enums§

ResponseType
Union type for the different response messages.