term_to_expr

Function term_to_expr 

Source
fn term_to_expr(
    term: &Term,
    denorm_values: &BTreeMap<String, BTreeMap<OrderedF64, Value>>,
) -> Option<PartitionExpr>