Trait SessionContextExt

Source
pub trait SessionContextExt {
    // Required method
    async fn kql(&self, sql: &str) -> Result<DataFrame>;
}

Required Methods§

Source

async fn kql(&self, sql: &str) -> Result<DataFrame>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl SessionContextExt for SessionContext

Source§

async fn kql(&self, kql: &str) -> Result<DataFrame>

Implementors§