Expand description
DataFusion-backed transform middleware for ChartML.
Implements the 3-stage pipeline: SQL → Aggregate → Forecast. Compatible with both native (server) and WASM (browser) targets.
Modules§
- conversion
- Conversion between
Vec<Row>(HashMap<String, serde_json::Value>) and Arrow RecordBatch. - sql_
builder - SQL builder for aggregate specifications.
- stages
Structs§
- Data
Fusion Transform - DataFusion-backed transform middleware.