public abstract class AbstractImportPostProcessor extends Object implements PostProcessor
PostProcessor implementation that recursively expands
import type commands such as Hive CLI's SOURCE, and Beeline's
!run commands.| Constructor and Description |
|---|
AbstractImportPostProcessor(StatementLexer lexer) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getImportPath(String statement) |
abstract boolean |
isImport(String statement) |
List<String> |
statement(String statement) |
public AbstractImportPostProcessor(StatementLexer lexer)
Copyright © 2013–2020. All rights reserved.