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.
|
Token[] |
QueryLexer.tokens(String exp,
Collection<String> ignoreProperties)
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 © 2022 Apache Software Foundation. All rights reserved.