pub const PROJECTED_ROW_ID_COLUMN_NAME: &str = "_rw_projected_row_id";
The column name for the projected row ID in ProjectSet. This is a hidden column used to track row indices when expanding set-returning functions.
ProjectSet