Skip to main content

remove_select_columns

Function remove_select_columns 

Source
pub fn remove_select_columns<F: Fn(&Expression) -> bool>(
    expr: Expression,
    predicate: F,
) -> Expression
Expand description

Remove columns from the SELECT list where predicate returns true.