OmniSciDB
a5dc49c757
|
Go to the source code of this file.
Macros | |
#define | DEFAULT_FRAGMENT_ROWS 32000000ULL |
#define | DEFAULT_PAGE_SIZE 2097152ULL |
#define | DEFAULT_METADATA_PAGE_SIZE 4096ULL |
#define | DEFAULT_MAX_ROWS ((1LL) << 62) |
#define | DEFAULT_MAX_CHUNK_SIZE 2147483648ULL |
#define DEFAULT_FRAGMENT_ROWS 32000000ULL |
Definition at line 19 of file FragmentDefaultValues.h.
Referenced by Catalog_Namespace::Catalog::dumpCreateTableUnlocked(), Parser::CreateDataframeStmt::execute(), Parser::CreateTableAsSelectStmt::execute(), Parser::CreateViewStmt::execute(), import_export::anonymous_namespace{ForeignDataImporter.cpp}::get_proxy_foreign_table_fragment_size(), Catalog_Namespace::Catalog::getSystemTableSchema(), EmbeddedDatabase::DBEngineImpl::importArrowTable(), and ddl_utils::set_default_table_attributes().
#define DEFAULT_MAX_CHUNK_SIZE 2147483648ULL |
Definition at line 23 of file FragmentDefaultValues.h.
Referenced by Catalog_Namespace::Catalog::dumpCreateTableUnlocked(), Parser::CreateDataframeStmt::execute(), Parser::CreateTableAsSelectStmt::execute(), Parser::CreateViewStmt::execute(), Catalog_Namespace::Catalog::getSystemTableSchema(), EmbeddedDatabase::DBEngineImpl::importArrowTable(), ddl_utils::set_default_table_attributes(), and Catalog_Namespace::Catalog::updateTableDescriptorSchema().
#define DEFAULT_MAX_ROWS ((1LL) << 62) |
Definition at line 22 of file FragmentDefaultValues.h.
Referenced by Catalog_Namespace::Catalog::dumpCreateTableUnlocked(), Parser::CreateDataframeStmt::execute(), Parser::CreateTableAsSelectStmt::execute(), Parser::CreateViewStmt::execute(), Catalog_Namespace::Catalog::getSystemTableSchema(), EmbeddedDatabase::DBEngineImpl::importArrowTable(), and ddl_utils::set_default_table_attributes().
#define DEFAULT_METADATA_PAGE_SIZE 4096ULL |
Definition at line 21 of file FragmentDefaultValues.h.
Referenced by File_Namespace::CachingFileMgr::getMinimumSize().
#define DEFAULT_PAGE_SIZE 2097152ULL |
Definition at line 20 of file FragmentDefaultValues.h.
Referenced by Catalog_Namespace::Catalog::dumpCreateTableUnlocked(), Parser::CreateDataframeStmt::execute(), Parser::CreateTableAsSelectStmt::execute(), Parser::CreateViewStmt::execute(), Catalog_Namespace::Catalog::getSystemTableSchema(), EmbeddedDatabase::DBEngineImpl::importArrowTable(), and ddl_utils::set_default_table_attributes().