datafusion_kql

Trait SessionStateExt

source
pub trait SessionStateExt {
    // Required methods
    async fn create_logical_plan_kql(&self, kql: &str) -> Result<LogicalPlan>;
    fn kql_to_statement(&self, kql: &str) -> Result<Statement>;
    async fn kql_statement_to_plan(
        &self,
        statement: Statement,
    ) -> Result<LogicalPlan>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SessionStateExt for SessionState

Implementors§