Structsยง
- Inner ๐
- Materialized
Exprs Args - Materialized
Exprs Executor - An executor that materializes the result of a set of expressions.
The expressions are evaluated on
Insert
/UpdateInsert
rows and the results are stored in a state table. When aDelete
/UpdateDelete
row is received, the corresponding result row is popped from the state table without the need to re-evaluate the expressions. - State
Table ๐Wrapper