Module proof_of_sql::sql::transform
source · Expand description
This module contains postprocessing for non-provable components.
Structs§
- A node representing a list of transformations to be applied to a
LazyFrame
. - A group by expression
- A node representing a list of
OrderBy
expressions. - The result expression is used to transform the results of a query
- The select expression used to select, reorder, and apply alias transformations
- A
SliceExpr
represents a slice of aLazyFrame
.
Traits§
- Convert a Rust type to a Polars
Expr
type. - A trait for nodes that can apply transformations to a
RecordBatch
. - Trait that provides a safe division operation for polars expressions.