fn comparison_to_iceberg_predicate( func_type: ExprType, args: &[ExprImpl], fields: &[Field], ) -> Option<Predicate>
Convert <col> <op> <literal> (either operand order) into an iceberg predicate.
<col> <op> <literal>