Struct datafusion::execution::context::ExecutionProps [−][src]
pub struct ExecutionProps { /* fields omitted */ }
Expand description
Holds per-execution properties and data (such as starting timestamps, etc).
An instance of this struct is created each time a LogicalPlan
is prepared for
execution (optimized). If the same plan is optimized multiple times, a new
ExecutionProps
is created each time.
Implementations
Marks the execution of query started timestamp
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExecutionProps
impl Send for ExecutionProps
impl Sync for ExecutionProps
impl Unpin for ExecutionProps
impl UnwindSafe for ExecutionProps
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self