SQL# class polars.SQLContext[source]# Run SQL query against a LazyFrame. Methods# SQLContext.execute(query) Parse the givens SQL query and transform that to a LazyFrame. SQLContext.register(name, lf) Register a LazyFrame in this SQLContext under a given name. SQLContext.query(query)