Package | Description |
---|---|
org.apache.ambari.server.api.predicate |
Modifier and Type | Method and Description |
---|---|
Token[] |
QueryLexer.tokens(String exp)
Scan the provided query and generate a token stream to be used by the query parser.
|
Modifier and Type | Method and Description |
---|---|
Predicate |
QueryParser.parse(Token[] tokens)
Generate a Predicate instance from an array of tokens.
|
Copyright © 2017. All rights reserved.