OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlInsertIntoTable (SqlParserPos pos, SqlNode table, SqlNode query, SqlNodeList columnList) | |
List< SqlNode > | getOperandList () |
void | unparse (SqlWriter writer, int leftPrec, int rightPrec) |
String | toString () |
Public Attributes | |
final SqlNode | name |
final SqlNodeList | columnList |
SqlNode | query = null |
Static Private Attributes | |
static final SqlOperator | OPERATOR |
Class that encapsulates all information associated with a INSERT INTO TABLE DDL command.
Definition at line 26 of file SqlInsertIntoTable.java.
|
inline |
Definition at line 34 of file SqlInsertIntoTable.java.
References com.mapd.parser.extension.ddl.SqlInsertIntoTable.columnList, com.mapd.parser.extension.ddl.SqlInsertIntoTable.OPERATOR, and com.mapd.parser.extension.ddl.SqlInsertIntoTable.query.
|
inline |
Definition at line 43 of file SqlInsertIntoTable.java.
|
inline |
Definition at line 67 of file SqlInsertIntoTable.java.
References com.mapd.parser.extension.ddl.SqlInsertIntoTable.columnList.
|
inline |
Definition at line 48 of file SqlInsertIntoTable.java.
References com.mapd.parser.extension.ddl.SqlInsertIntoTable.columnList, and com.mapd.parser.extension.ddl.SqlInsertIntoTable.query.
final SqlNodeList com.mapd.parser.extension.ddl.SqlInsertIntoTable.columnList |
Definition at line 28 of file SqlInsertIntoTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlInsertIntoTable.SqlInsertIntoTable(), com.mapd.parser.extension.ddl.SqlInsertIntoTable.toString(), and com.mapd.parser.extension.ddl.SqlInsertIntoTable.unparse().
final SqlNode com.mapd.parser.extension.ddl.SqlInsertIntoTable.name |
Definition at line 27 of file SqlInsertIntoTable.java.
Referenced by TableFunctionsFactory_declbracket.Bracket.__repr__(), TableFunctionsFactory_declbracket.Bracket.__str__(), TableFunctionsFactory_declbracket.Bracket.apply_column(), TableFunctionsFactory_declbracket.Bracket.apply_namespace(), TableFunctionsFactory_declbracket.Bracket.format_sizer(), TableFunctionsFactory_declbracket.Bracket.normalize(), heavydb.extension_functions.ttypes.TUserDefinedFunction.read(), heavydb.extension_functions.ttypes.TUserDefinedTableFunction.read(), heavydb.thrift.ttypes.TDashboardGrantees.read(), heavydb.thrift.ttypes.TGeoFileLayerInfo.read(), heavydb.thrift.ttypes.TCustomExpression.read(), TableFunctionsFactory_declbracket.Bracket.tostring(), heavydb.extension_functions.ttypes.TUserDefinedFunction.write(), heavydb.extension_functions.ttypes.TUserDefinedTableFunction.write(), heavydb.thrift.ttypes.TDashboardGrantees.write(), heavydb.thrift.ttypes.TGeoFileLayerInfo.write(), and heavydb.thrift.ttypes.TCustomExpression.write().
|
staticprivate |
Definition at line 31 of file SqlInsertIntoTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlInsertIntoTable.SqlInsertIntoTable().
SqlNode com.mapd.parser.extension.ddl.SqlInsertIntoTable.query = null |
Definition at line 29 of file SqlInsertIntoTable.java.
Referenced by heavydb.thrift.Heavy.sql_execute_args.read(), heavydb.thrift.Heavy.sql_execute_df_args.read(), heavydb.thrift.Heavy.sql_execute_gdf_args.read(), heavydb.thrift.Heavy.sql_validate_args.read(), heavydb.thrift.Heavy.query_get_outer_fragment_count_args.read(), com.mapd.parser.extension.ddl.SqlInsertIntoTable.SqlInsertIntoTable(), com.mapd.parser.extension.ddl.SqlInsertIntoTable.unparse(), heavydb.thrift.Heavy.sql_execute_args.write(), heavydb.thrift.Heavy.sql_execute_df_args.write(), heavydb.thrift.Heavy.sql_execute_gdf_args.write(), heavydb.thrift.Heavy.sql_validate_args.write(), and heavydb.thrift.Heavy.query_get_outer_fragment_count_args.write().