pub trait VortexSessionExecute {
// Required method
fn create_execution_ctx(&self) -> ExecutionCtx;
}Expand description
Extension trait for creating an execution context from a session.
Required Methods§
Sourcefn create_execution_ctx(&self) -> ExecutionCtx
fn create_execution_ctx(&self) -> ExecutionCtx
Create a new execution context from this session.