OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlCopyTable (final SqlParserPos pos, final String table, final String filePath, HeavyDBOptionsMap withOptions) | |
Public Member Functions inherited from com.mapd.parser.extension.ddl.SqlCustomDdl | |
SqlCustomDdl (final SqlOperator operator, final SqlParserPos pos) | |
List< SqlNode > | getOperandList () |
String | toString () |
Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl | |
default String | toJsonString () |
Private Attributes | |
String | table |
String | filePath |
HeavyDBOptionsMap | options |
Static Private Attributes | |
static final SqlOperator | OPERATOR |
Class that encapsulates all information associated with a COPY TABLE DDL command.
Definition at line 15 of file SqlCopyTable.java.
|
inline |
Definition at line 26 of file SqlCopyTable.java.
References com.mapd.parser.extension.ddl.SqlCopyTable.OPERATOR, com.mapd.parser.extension.ddl.SqlCopyTable.table, and com.mapd.parser.extension.ddl.SqlCustomDdl.toString().
|
private |
Definition at line 22 of file SqlCopyTable.java.
|
staticprivate |
Definition at line 16 of file SqlCopyTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlCopyTable.SqlCopyTable().
|
private |
Definition at line 24 of file SqlCopyTable.java.
|
private |
Definition at line 20 of file SqlCopyTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlCopyTable.SqlCopyTable().