pub type PurifiedStatementReady = BackgroundWorkResult<(Vec<(GlobalId, CreateSubsourceStatement<Aug>)>, Statement<Aug>)>;

Aliased Type§

struct PurifiedStatementReady {
    pub ctx: ExecuteContext,
    pub result: Result<(Vec<(GlobalId, CreateSubsourceStatement<Aug>)>, Statement<Aug>), AdapterError>,
    pub params: Params,
    pub resolved_ids: ResolvedIds,
    pub original_stmt: Arc<Statement<Raw>>,
    pub otel_ctx: OpenTelemetryContext,
}

Fields§

§ctx: ExecuteContext§result: Result<(Vec<(GlobalId, CreateSubsourceStatement<Aug>)>, Statement<Aug>), AdapterError>§params: Params§resolved_ids: ResolvedIds§original_stmt: Arc<Statement<Raw>>§otel_ctx: OpenTelemetryContext