Module polars_lazy::dsl[][src]

Expand description

Domain specific language for the Lazy api.

Re-exports

pub use crate::frame::IntoLazy;

Structs

Wrapper type that indicates that the inner type is not equal to anything

The literal Null

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) -> Result<Series>

A wrapper trait for any closure Fn(Vec<Series>) -> Result<Series>

Functions

Evaluate all the expressions with a bitwise and

Evaluate all the expressions with a bitwise or

Find the mean of all the values in this Expression.

Cast expression.

Create a Column Expression based on a column name.

Count the number of values in this Expression.

Accumulate over multiple columns horizontally / row wise.

IsNotNull expression.

IsNull expression

Create a Literal Expression from L

Apply a closure on the two columns that are evaluated from Expr a and Expr b.

Binary function where the output type is determined at runtime when the schema is known.

Find the maximum of all the values in this Expression.

Get the the minimum value per row

Find the mean of all the values in this Expression.

Find the median of all the values in this Expression.

Find the minimum of all the values in this Expression.

Get the the minimum value per row

Not expression.

Find a specific quantile of all the values in this Expression.

Create a range literal.

Sum all the values in this Expression.

Get the the sum of the values per row

Start a when-then-otherwise expression