pub trait SessionContextExt {
// Required method
async fn kql(&self, sql: &str) -> Result<DataFrame>;
}Required Methods§
Object Safety§
This trait is not object safe.
pub trait SessionContextExt {
// Required method
async fn kql(&self, sql: &str) -> Result<DataFrame>;
}