Skip to main content

comparison_to_iceberg_predicate

Function comparison_to_iceberg_predicate 

Source
fn comparison_to_iceberg_predicate(
    func_type: ExprType,
    args: &[ExprImpl],
    fields: &[Field],
) -> Option<Predicate>
Expand description

Convert <col> <op> <literal> (either operand order) into an iceberg predicate.