Expand description
Domain specific language for the Lazy API.
Re-exports§
pub use udf::UserDefinedFunction;
pub use crate::plans::lit;
pub use cat::*;
dtype-categorical
pub use function_expr::*;
pub use functions::*;
Modules§
- binary
- cat
dtype-categorical
- dt
temporal
- function_
expr - functions
- Functions
- python_
udf python
- string
strings
- udf
Structs§
- Array
Name Space dtype-array
- Specialized expressions for
Series
ofDataType::Array
. - Chained
Then - Utility struct for the
when-then-otherwise
expression. - Chained
When - Utility struct for the
when-then-otherwise
expression. - Expr
Name Name Space - Specialized expressions for modifying the name of existing expressions.
- Fields
Mapper - Join
Options - List
Name Space - Specialized expressions for
Series
ofDataType::List
. - Meta
Name Space meta
- Specialized expressions for Categorical dtypes.
- Rolling
CovOptions - Special
Eq - Wrapper type that has special equality properties depending on the inner type specialization
- Strptime
Options - Struct
Name Space dtype-struct
- Specialized expressions for Struct dtypes.
- Then
- Utility struct for the
when-then-otherwise
expression. - Unpivot
ArgsDSL - When
- Utility struct for the
when-then-otherwise
expression.
Enums§
- AggExpr
- Excluded
- Expr
- Expressions that can be used in various contexts.
- Join
Type OptionsIR - Lazy
Serde - Nested
Type - Operator
- Selector
- Window
Mapping - Window
Type
Traits§
- Binary
UdfOutput Field - Column
Binary Udf - A wrapper trait for any binary closure
Fn(Column, Column) -> PolarsResult<Column>
- Columns
Udf - A wrapper trait for any closure
Fn(Vec<Series>) -> PolarsResult<Series>
- Function
Output Field - Rename
Alias Fn
Functions§
- apply_
multiple - Apply a function/closure over the groups of multiple columns. This should only be used in a group_by aggregation.
- binary_
expr - Compute
op(l, r)
(or equivalentlyl op r
).l
andr
must have types compatible with the Operator. - first
- First column in a DataFrame.
- last
- Last column in a DataFrame.
- len
- Return the number of rows in the context.
- map_
list_ multiple - Apply a function/closure over multiple columns once the logical plan get executed.
- map_
multiple - Apply a function/closure over multiple columns once the logical plan get executed.
- nth
- Nth column in a DataFrame.
- ternary_
expr - when
- Start a
when-then-otherwise
expression.
Type Aliases§
- Fields
Name Mapper dtype-struct
- GetOutput
- Opaque
Column Udf