datafusion_optimizer::decorrelate

Constant UN_MATCHED_ROW_INDICATOR

Source
pub const UN_MATCHED_ROW_INDICATOR: &str = "__always_true";
Expand description

Used to indicate the unmatched rows from the inner(subquery) table after the left out Join This is used to handle the Count bug