pub fn project_row_values(
row: &Row,
projection: &Projection,
schema: &[ColumnMetadata],
) -> Result<Vec<SqlValue>>Expand description
Apply one projection with the same expression kernel as local query execution. The distributed worker/assembler boundary uses this helper for its already fenced, already authorized rows; it does not deserialize a logical plan.