Struct datafusion::exec::ExecutionContext[][src]

pub struct ExecutionContext { /* fields omitted */ }

Methods

impl ExecutionContext
[src]

Open a CSV file TODO: this is building a relational plan not an execution plan so shouldn't really be here

Open a CSV file TODO: this is building a relational plan not an execution plan so shouldn't really be here

load an aggregate function implementation

Trait Implementations

impl Clone for ExecutionContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations