Description
The eval() Streaming Expression reads a single tuple from an underlying stream and looks in the expr_s field for an expression to compile and run. eval emits the tuples from the expression that it compiles.
This allows streaming expressions to write streaming expressions and have them evaluated.
Syntax:
eval(expr)
Attachments
Attachments
Issue Links
- supercedes
-
SOLR-8763 Add EvalStream to support "computing on the code" use cases
- Resolved