Skip to main content

Module execute

Module execute 

Source
Expand description

ExecuteRequest / ExecuteResponse — cross-node physical-plan execution RPC.

Discriminants 18 and 19 are permanently assigned to these variants.

Structs§

ArchivedDescriptorVersionEntry
An archived DescriptorVersionEntry
ArchivedExecuteRequest
An archived ExecuteRequest
ArchivedExecuteResponse
An archived ExecuteResponse
DescriptorVersionEntry
A single (collection, version) entry sent by the caller to let the receiver validate descriptor freshness before executing the plan.
DescriptorVersionEntryResolver
The resolver for an archived DescriptorVersionEntry
ExecuteRequest
Send an already-planned PhysicalPlan to a remote node for execution.
ExecuteRequestResolver
The resolver for an archived ExecuteRequest
ExecuteResponse
Response to an ExecuteRequest.
ExecuteResponseResolver
The resolver for an archived ExecuteResponse

Enums§

ArchivedTypedClusterError
An archived TypedClusterError
TypedClusterError
Typed error returned by the remote executor.
TypedClusterErrorResolver
The resolver for an archived TypedClusterError

Constants§

PLAN_DECODE_FAILED
Numeric code for TypedClusterError::Internal when plan bytes fail to decode.