Module polars_lazy::dsl [−][src]
compile
only.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
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
Apply a function/closure over the groups of multiple columns. This should only be used in a groupby aggregation.
Find the mean of all the values in this Expression.
Create a Column Expression based on a column name.
Select multiple columns by name
Count the number of values in this Expression.
Select multiple columns by dtype.
Select multiple columns by dtype.
Accumulate over multiple columns horizontally / row wise.
IsNotNull 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.
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.
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
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