Evaluate an already-parsed GROQ expression — the node-level half of
runGroq. Decomposed sub-expressions evaluate through here: a
params-free parse keeps Parameter nodes in the tree (parsing with params
inlines them as values), and the evaluator resolves those from params
identically.
Evaluate an already-parsed GROQ expression — the node-level half of runGroq. Decomposed sub-expressions evaluate through here: a params-free parse keeps
Parameternodes in the tree (parsing with params inlines them as values), and the evaluator resolves those fromparamsidentically.