Package | Description |
---|---|
com.sm.query | |
com.sm.query.delayedresolution | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
void |
PredicateEstimator.exitInComp(PredicateParser.InCompContext ctx) |
Result |
SchemaPredicateVisitorImpl.visitInComp(PredicateParser.InCompContext ctx) |
Result |
PredicateVisitorImpl.visitInComp(PredicateParser.InCompContext ctx) |
Modifier and Type | Method and Description |
---|---|
DelayedResolvable |
DelayedResolutionPredicateVisitorImpl.visitInComp(PredicateParser.InCompContext ctx)
x in (a1, a2, ...) is the same as x = a1 AND x = a2 AND ...
|
Modifier and Type | Method and Description |
---|---|
void |
PredicateListener.enterInComp(PredicateParser.InCompContext ctx)
Enter a parse tree produced by the
InComp
labeled alternative in PredicateParser.objectPredicate() . |
void |
PredicateBaseListener.enterInComp(PredicateParser.InCompContext ctx)
Enter a parse tree produced by the
InComp
labeled alternative in PredicateParser.objectPredicate() . |
void |
PredicateListener.exitInComp(PredicateParser.InCompContext ctx)
Exit a parse tree produced by the
InComp
labeled alternative in PredicateParser.objectPredicate() . |
void |
PredicateBaseListener.exitInComp(PredicateParser.InCompContext ctx)
Exit a parse tree produced by the
InComp
labeled alternative in PredicateParser.objectPredicate() . |
T |
PredicateVisitor.visitInComp(PredicateParser.InCompContext ctx)
Visit a parse tree produced by the
InComp
labeled alternative in PredicateParser.objectPredicate() . |
T |
PredicateBaseVisitor.visitInComp(PredicateParser.InCompContext ctx)
Visit a parse tree produced by the
InComp
labeled alternative in PredicateParser.objectPredicate() . |
Copyright © 2016. All rights reserved.