| Package | Description |
|---|---|
| com.klarna.hiverunner.sql.cli | |
| com.klarna.hiverunner.sql.cli.beeline | |
| com.klarna.hiverunner.sql.cli.hive | |
| com.klarna.hiverunner.sql.split |
| Modifier and Type | Method and Description |
|---|---|
List<TokenRule> |
CommandShellEmulator.splitterRules() |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlLineCommandRule
A
TokenRule that causes the splitter to capture beeline commands. |
| Modifier and Type | Method and Description |
|---|---|
List<TokenRule> |
BeelineEmulator.splitterRules() |
| Modifier and Type | Method and Description |
|---|---|
List<TokenRule> |
PreV200HiveCliEmulator.splitterRules() |
List<TokenRule> |
HiveCliEmulator.splitterRules() |
| Modifier and Type | Class and Description |
|---|---|
class |
CloseStatementRule
A
TokenRule for handling statement terminating characters. |
class |
DefaultTokenRule
A
TokenRule for handling general characters. |
class |
PreserveCommentsRule
A
TokenRule for handling comments. |
class |
PreserveQuotesRule
A
TokenRule for handling quoted character sequences. |
| Constructor and Description |
|---|
StatementSplitter(List<TokenRule> rules,
String specialChars) |
Copyright © 2013–2020. All rights reserved.