| Interface | Description |
|---|---|
| CommandShellEmulator |
Attempt to accurately emulate the behaviours (good and bad) of different Hive
shells.
|
| PostProcessor |
Allows the further processing of statements that have been extracted from a script.
|
| PreProcessor |
Allows preprocessing of raw script and statement text.
|
| Class | Description |
|---|---|
| AbstractImportPostProcessor |
An abstract
PostProcessor implementation that recursively expands
import type commands such as Hive CLI's SOURCE, and Beeline's
!run commands. |
| CommandShellEmulatorFactory | |
| CommentUtil |
Utility methods for handling SQL comments.
|
| Enum | Description |
|---|---|
| DefaultPreProcessor |
A
PreProcessor that strips comments from statements and scripts. |
Copyright © 2013–2020. All rights reserved.