extract_bound_operand

Function extract_bound_operand 

Source
fn extract_bound_operand(
    column: &str,
    expr: &PartitionExpr,
) -> Result<(RestrictedOp, Value)>