public class LikePredicateEval extends PatternMatchPredicateEval
caseInsensitive, compiled, not, patternleftExpr, returnType, rightExpr| Constructor and Description |
|---|
LikePredicateEval(boolean not,
EvalNode field,
ConstEval pattern) |
LikePredicateEval(boolean not,
EvalNode field,
ConstEval pattern,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
compile(String pattern) |
boolean |
isLeadingWildCard() |
String |
toString() |
eval, getName, getValueType, isCaseInsensitive, isNotchildNum, clone, equals, getChild, getLeftExpr, getRightExpr, hashCode, postOrder, preOrder, setChild, setLeftExpr, setRightExprprotected void compile(String pattern) throws PatternSyntaxException
PatternSyntaxExceptionpublic boolean isLeadingWildCard()
public String toString()
toString in class BinaryEvalCopyright © 2015 Apache Software Foundation. All Rights Reserved.