polars.SQLContext.register# SQLContext.register(name: str, lf: LazyFrame) → None[source]# Register a LazyFrame in this SQLContext under a given name. Parameters: nameName of the table lfLazyFrame to add as this table name.