Expand description

Domain specific language for the Lazy api.

Re-exports

pub use cat::*;
pub use functions::*;

Modules

Macros

Structs

Specialized expressions for Series of DataType::List.
Wrapper type that has special equality properties depending on the inner type specialization
Intermediate state of when(..).then(..).otherwise(..) expr.
Intermediate state of when(..).then(..).otherwise(..) expr.
Intermediate state of chain when then exprs.

Enums

Queries consists of multiple expressions.

Traits

A wrapper trait for any binary closure Fn(Series, Series) -> PolarsResult<Series>
A wrapper trait for any closure Fn(Vec<Series>) -> PolarsResult<Series>

Functions

Apply a function/closure over the groups of multiple columns. This should only be used in a groupby aggregation.
Count expression
First column in DataFrame
Last column in DataFrame
Create a Literal Expression from L
Apply a function/closure over multiple columns once the logical plan get executed.
Apply a function/closure over multiple columns once the logical plan get executed.
Start a when-then-otherwise expression

Type Definitions