Expand description
Value-native window-function evaluator for the Lite embedded engine.
Operates on Vec<Vec<nodedb_types::Value>> rows directly, without any
serde_json dependency. Each spec appends one Value per row; the caller
appends the returned column names to its columns vec.
Enums§
- Window
Error - Error type for Value-mode window evaluation.
Functions§
- evaluate_
window_ functions_ value - Evaluate window functions over a
Vec<Vec<Value>>result set.