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
Exceptionpublic Predicate visitBiFunction(Object left, Object right, java.util.function.BiFunction<Integer,Object,Predicate> visitLeft, java.util.function.BiFunction<Integer,Object,Predicate> visitRight) throws Exception
Exceptionpublic int getFieldIndex(String field)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.