Docs.rs
polars-sql-0.44.2
polars-sql 0.44.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
Dependencies
polars-arrow ^0.44.2
normal
hex ^0.4.3
normal
once_cell ^1
normal
polars-core ^0.44.2
normal
polars-error ^0.44.2
normal
polars-lazy ^0.44.2
normal
polars-ops ^0.44.2
normal
polars-plan ^0.44.2
normal
polars-time ^0.44.2
normal
polars-utils ^0.44.2
normal
rand ^0.8
normal
serde ^1.0.188
normal
serde_json ^1
normal
sqlparser ^0.49
normal
polars-core ^0.44.2
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
polars_
sql
0.44.2
Module function_
registry
Module Items
Structs
Enums
Traits
In crate polars_
sql
polars_sql
Module
function_registry
Copy item path
Source
Expand description
This module defines a FunctionRegistry for supported SQL functions and UDFs.
Structs
§
Default
Function
Registry
A default registry that does not support registering or calling functions.
Function
Options
Enums
§
Context
Traits
§
Function
Registry
A registry that holds user defined functions.