polars_plan

Module dsl

Source
Expand description

Domain specific language for the Lazy API.

Re-exports§

Modules§

Structs§

Enums§

Traits§

Functions§

  • Apply a function/closure over the groups of multiple columns. This should only be used in a group_by aggregation.
  • Compute op(l, r) (or equivalently l op r). l and r must have types compatible with the Operator.
  • First column in a DataFrame.
  • Last column in a DataFrame.
  • Return the number of rows in the context.
  • 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.
  • Nth column in a DataFrame.
  • Start a when-then-otherwise expression.

Type Aliases§