Module qrlew::expr

source ·
Expand description

§Expr definition and manipulation

Expr combine values and columns with functions and aggregations.

Expr propagate data types and ranges.

Re-exports§

Modules§

Structs§

Enums§

  • A Expr enum inspired by: https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Expr.html and mostly: https://docs.rs/polars/latest/polars/prelude/enum.Expr.html or https://docs.rs/polars-lazy/latest/polars_lazy/dsl/enum.Expr.html

Traits§

  • Each expression variant must comply with this trait
  • A Visitor for the type Expr

Type Aliases§