Package | Description |
---|---|
com.sm.query | |
com.sm.query.dataset | |
com.sm.query.delayedresolution | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
void |
PredicateNodes.exitNormal(PredicateParser.NormalContext ctx) |
void |
PredicateEstimator.exitNormal(PredicateParser.NormalContext ctx) |
Result |
SchemaPredicateVisitorImpl.visitNormal(PredicateParser.NormalContext ctx) |
Result |
PredicateVisitorImpl.visitNormal(PredicateParser.NormalContext ctx) |
Modifier and Type | Method and Description |
---|---|
DataSetLoadPlan |
DatasetPredicateVisitorImpl.visitNormal(PredicateParser.NormalContext ctx) |
Modifier and Type | Method and Description |
---|---|
DelayedResolvable |
DelayedResolutionPredicateVisitorImpl.visitNormal(PredicateParser.NormalContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
PredicateListener.enterNormal(PredicateParser.NormalContext ctx)
Enter a parse tree produced by the
Normal
labeled alternative in PredicateParser.predicate() . |
void |
PredicateBaseListener.enterNormal(PredicateParser.NormalContext ctx)
Enter a parse tree produced by the
Normal
labeled alternative in PredicateParser.predicate() . |
void |
PredicateListener.exitNormal(PredicateParser.NormalContext ctx)
Exit a parse tree produced by the
Normal
labeled alternative in PredicateParser.predicate() . |
void |
PredicateBaseListener.exitNormal(PredicateParser.NormalContext ctx)
Exit a parse tree produced by the
Normal
labeled alternative in PredicateParser.predicate() . |
T |
PredicateVisitor.visitNormal(PredicateParser.NormalContext ctx)
Visit a parse tree produced by the
Normal
labeled alternative in PredicateParser.predicate() . |
T |
PredicateBaseVisitor.visitNormal(PredicateParser.NormalContext ctx)
Visit a parse tree produced by the
Normal
labeled alternative in PredicateParser.predicate() . |
Copyright © 2016. All rights reserved.