collect_columns_from_predicate

Function collect_columns_from_predicate 

Source
pub fn collect_columns_from_predicate(
    predicate: &Arc<dyn PhysicalExpr>,
) -> (Vec<(&Arc<dyn PhysicalExpr>, &Arc<dyn PhysicalExpr>)>, Vec<(&Arc<dyn PhysicalExpr>, &Arc<dyn PhysicalExpr>)>)
👎Deprecated since 51.0.0: This function will be internal in the future
Expand description

Return the equals Column-Pairs and Non-equals Column-Pairs