Module stream_materialized_exprs

Source

Structsยง

StreamMaterializedExprs
StreamMaterializedExprs materializes the results of a set of expressions. The expressions are evaluated once and the results are stored in a state table, avoiding re-evaluation for delete operations. Particularly useful for expensive or non-deterministic expressions like UDF calls.