Crate polars_sql

Source
Expand description

Polars SQL This crate provides a SQL interface for Polars DataFrames

Modules§

function_registry
This module defines a FunctionRegistry for supported SQL functions and UDFs.
keywords
Keywords that are supported by the Polars SQL interface.

Structs§

SQLContext
The SQLContext is the main entry point for executing SQL queries.

Functions§

sql_expr
parse a SQL expression to a polars expression