Skip to main content

Module value_eval

Module value_eval 

Source
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§

WindowError
Error type for Value-mode window evaluation.

Functions§

evaluate_window_functions_value
Evaluate window functions over a Vec<Vec<Value>> result set.