SqlContext
struct SqlContext
The SQLContext is the main entry point for executing SQL queries.
Static Methods
new
pub fn new(tables: <string, LazyFrame> = nil): SqlContext throws PolarsError
Create a new SQLContext.
new
pub fn new(tables: <string, LazyFrame> = nil): SqlContext throws PolarsError
Create a new SQLContext.
Create a new SQLContext.
Methods
execute
pub fn execute(self, query: string): LazyFrame throws PolarsError
Execute a SQL query, returning a LazyFrame.
execute
pub fn execute(self, query: string): LazyFrame throws PolarsError
Execute a SQL query, returning a LazyFrame.
Execute a SQL query, returning a LazyFrame.