Expand description
Auto-extracted from physical_operator.rs
Structs§
- Physical
Set - Physical operator for SET — updates a property on matched rows.
Functions§
- evaluate_
constant_ expr - Evaluate a constant-only expression (literal or function call over
literals) into a
Value, using the function registry. Used by the CREATE DML write path to support expressions likeDATE('2024-01-15'). ReturnsValue::Nullfor expressions that reference variables or otherwise cannot be folded without a row context. - evaluate_
expression_ for_ row - Simple expression evaluator for SET value expressions against a DataChunk row.