| Modifier and Type | Method and Description |
|---|---|
ParseResult |
ParseDriver.parse(String command) |
ParseResult |
ParseDriver.parse(String command,
org.apache.hadoop.conf.Configuration configuration)
Parses a command, optionally assigning the parser's token stream to the
given context.
|
ASTNode |
ParseDriver.parseExpression(String command) |
ASTNode |
ParseDriver.parseHint(String command) |
ParseResult |
ParseDriver.parseSelect(String command,
org.apache.hadoop.conf.Configuration configuration) |
ASTNode |
ParseDriver.parseTriggerActionExpression(String command) |
ASTNode |
ParseDriver.parseTriggerExpression(String command) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.