Package com.yahoo.search.query
Class SelectParser
- java.lang.Object
-
- com.yahoo.search.query.SelectParser
-
-
Constructor Summary
Constructors Constructor Description SelectParser(ParserEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.yahoo.search.yql.VespaGroupingStep>
getGroupingSteps(java.lang.String grouping)
QueryTree
parse(Parsable query)
-
-
-
Constructor Detail
-
SelectParser
public SelectParser(ParserEnvironment environment)
-
-