OmniSciDB
a5dc49c757
|
This is the complete list of members for Parser::CopyTableStmt, including all inherited members.
copy_from_source_pattern_ | Parser::CopyTableStmt | private |
CopyTableStmt(std::string *t, std::string *f, std::list< NameValueAssign * > *o) | Parser::CopyTableStmt | |
CopyTableStmt(const rapidjson::Value &payload) | Parser::CopyTableStmt | |
deferred_copy_from_copy_params_ | Parser::CopyTableStmt | private |
deferred_copy_from_file_name_ | Parser::CopyTableStmt | private |
deferred_copy_from_partitions_ | Parser::CopyTableStmt | private |
execute(const Catalog_Namespace::SessionInfo &session, bool read_only_mode) override | Parser::CopyTableStmt | virtual |
execute(const Catalog_Namespace::SessionInfo &session, bool read_only_mode, const std::function< std::unique_ptr< import_export::AbstractImporter >(Catalog_Namespace::Catalog &, const TableDescriptor *, const std::string &, const import_export::CopyParams &)> &importer_factory) | Parser::CopyTableStmt | |
get_deferred_copy_from_payload(std::string &table, std::string &file_name, import_export::CopyParams ©_params, std::string &partitions) | Parser::CopyTableStmt | inline |
get_success() const | Parser::CopyTableStmt | inline |
get_table() const | Parser::CopyTableStmt | inline |
options_ | Parser::CopyTableStmt | private |
return_message | Parser::CopyTableStmt | |
setColumnDescriptor(ColumnDescriptor &cd, const ColumnDef *coldef) | Parser::DDLStmt | |
success_ | Parser::CopyTableStmt | private |
table_ | Parser::CopyTableStmt | private |
was_deferred_copy_from() const | Parser::CopyTableStmt | inline |
was_deferred_copy_from_ | Parser::CopyTableStmt | private |
~Node() | Parser::Node | inlinevirtual |