public final class HiveQlEmitter extends Object
Modifier and Type | Method and Description |
---|---|
static void |
emit(HiveCreateTable statement,
Appendable writer)
Emits
CREATE TABLE statement into the target writer. |
public static void emit(HiveCreateTable statement, Appendable writer) throws IOException
CREATE TABLE
statement into the target writer.statement
- the source statementwriter
- the target writerIOException
- if failed by I/O errorCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.