Expand description
for declare Expression in dataflow, including map, reduce, id and join(TODO!) etc.
Modules§
- df_func πPorting Datafusion scalar function to our scalar function to be used in dataflow
- error πError handling for expression evaluation.
- func πThis module contains the definition of functions that can be used in expressions.
- id π
Id
is used to identify a dataflow component in plan likePlan::Get{id: Id}
, this could be a source of data for an arrangement. - linear πdefine MapFilterProject which is a compound operator that can be applied row-by-row.
- relation πDescribes an aggregation function and itβs input expression.
- scalar πScalar expressions.
- signature πFunction signature, useful for type checking and function resolution.
- utils πThis module contains utility functions for expressions.
Structs§
- A batch of vectors with the same length but without schema, only useful in dataflow
- Vector
Diff πVector with diff to note the insert and delete - Vector
Diff πIter iterator for VectorDiff