| Modifier and Type | Method and Description |
|---|---|
void |
HiveShellBuilder.setCommandShellEmulation(CommandShellEmulator commandShellEmulator) |
| Modifier and Type | Method and Description |
|---|---|
CommandShellEmulator |
HiveRunnerConfig.getCommandShellEmulator()
Determines the statement parsing behaviour of the interactive shell.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiveRunnerConfig.setCommandShellEmulator(CommandShellEmulator commandShellEmulator) |
| Constructor and Description |
|---|
StatementLexer(Path cwd,
Charset charset,
CommandShellEmulator commandShellEmulation) |
| Modifier and Type | Method and Description |
|---|---|
static CommandShellEmulator |
CommandShellEmulatorFactory.valueOf(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeelineEmulator
Emulates CLI behaviours specific to beeline.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HiveCliEmulator
Emulates CLI behaviours specific to the Hive CLI.
|
class |
PreV200HiveCliEmulator
Emulates CLI behaviours specific to the Hive CLI.
|
| Constructor and Description |
|---|
StatementSplitter(CommandShellEmulator emulator) |
Copyright © 2013–2020. All rights reserved.