Type Alias mz_adapter::coord::PurifiedStatementReady

source ·
pub type PurifiedStatementReady = BackgroundWorkResult<PurifiedStatement>;

Aliased Type§

struct PurifiedStatementReady {
    pub ctx: ExecuteContext,
    pub result: Result<PurifiedStatement, AdapterError>,
    pub params: Params,
    pub plan_validity: PlanValidity,
    pub original_stmt: Arc<Statement<Raw>>,
    pub otel_ctx: OpenTelemetryContext,
}

Fields§

§ctx: ExecuteContext§result: Result<PurifiedStatement, AdapterError>§params: Params§plan_validity: PlanValidity§original_stmt: Arc<Statement<Raw>>§otel_ctx: OpenTelemetryContext