OmniSciDB
a5dc49c757
|
Encapsulates an enumeration of table storage type strings. More...
#include <TableDescriptor.h>
Static Public Attributes | |
static constexpr char const * | FOREIGN_TABLE = "FOREIGN_TABLE" |
static constexpr char const * | LOCAL_TABLE = "LOCAL_TABLE" |
Encapsulates an enumeration of table storage type strings.
Definition at line 31 of file TableDescriptor.h.
|
static |
Definition at line 32 of file TableDescriptor.h.
Referenced by Catalog_Namespace::Catalog::buildTablesMapUnlocked(), import_export::Importer::checkpoint(), Catalog_Namespace::Catalog::createTable(), Catalog_Namespace::Catalog::createTableFromDiskUnlocked(), Parser::anonymous_namespace{ParserNode.cpp}::disable_foreign_tables(), Catalog_Namespace::Catalog::executeDropTableSqliteQueries(), Catalog_Namespace::Catalog::getAllForeignTablesForForeignServer(), Catalog_Namespace::Catalog::getAllForeignTablesForRefresh(), Catalog_Namespace::Catalog::getSystemTableSchema(), PersistentStorageMgr::isForeignStorage(), TableDescriptor::isForeignTable(), anonymous_namespace{RelAlgExecutor.cpp}::prepare_string_dictionaries(), foreign_storage::refresh_foreign_table(), anonymous_namespace{RelAlgExecutor.cpp}::set_parallelism_hints(), CreateForeignTableCommand::setTableDetails(), foreign_storage::validate_non_foreign_table_write(), and ddl_utils::validate_table_type().
|
static |
Definition at line 33 of file TableDescriptor.h.