Skip to main content

Module set

Module set 

Source
Expand description

Auto-extracted from physical_operator.rs

Structs§

PhysicalSet
Physical operator for SET — updates properties 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 like DATE('2024-01-15'). Returns Value::Null for 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.