public class LessThanOrEqualParseNode extends ComparisonParseNode
Modifier and Type | Method and Description |
---|---|
CompareFilter.CompareOp |
getFilterOp()
Return the comparison operator associated with the given comparison expression node
|
CompareFilter.CompareOp |
getInvertFilterOp()
Return the inverted operator for the CompareOp
|
accept, toSQL
getLHS, getRHS
equals, getChildren, hashCode, isStateless
getAlias, hasSubquery, toString
public CompareFilter.CompareOp getFilterOp()
ComparisonParseNode
getFilterOp
in class ComparisonParseNode
public CompareFilter.CompareOp getInvertFilterOp()
ComparisonParseNode
getInvertFilterOp
in class ComparisonParseNode
Copyright © 2019 Apache Software Foundation. All Rights Reserved.