public class SimpleSqlPredicateConvertor extends Object
Constructor and Description |
---|
SimpleSqlPredicateConvertor(RowType type) |
Modifier and Type | Method and Description |
---|---|
Predicate |
convert(Object sqlBasicCall) |
Predicate |
convertSqlToPredicate(String whereSql) |
int |
getFieldIndex(String field) |
Predicate |
visitBiFunction(Object left,
Object right,
java.util.function.BiFunction<Integer,Object,Predicate> visitLeft,
java.util.function.BiFunction<Integer,Object,Predicate> visitRight) |
public Predicate convertSqlToPredicate(String whereSql) throws Exception
Exception
public Predicate visitBiFunction(Object left, Object right, java.util.function.BiFunction<Integer,Object,Predicate> visitLeft, java.util.function.BiFunction<Integer,Object,Predicate> visitRight) throws Exception
Exception
public int getFieldIndex(String field)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.