Skip to content

Initialise a new SQLContext

Source code

Description

Create a new SQLContext and register the given LazyFrames.

Usage

pl$SQLContext(...)

Arguments

Name-value pairs of LazyFrame like objects to register.

Value

An SQLContext

Examples

library(polars)


ctx = pl$SQLContext(mtcars = mtcars)
ctx
#> RPolarsSQLContext
#>   tables: mtcars