OmniSciDB
0264ff685a
|
Go to the source code of this file.
Macros | |
#define | DEFAULT_FRAGMENT_ROWS 32000000 |
#define | DEFAULT_PAGE_SIZE 2097152 |
#define | DEFAULT_MAX_ROWS (1L) << 62 |
#define | DEFAULT_MAX_CHUNK_SIZE 1073741824 |
#define DEFAULT_FRAGMENT_ROWS 32000000 |
Definition at line 19 of file FragmentDefaultValues.h.
Referenced by Catalog_Namespace::Catalog::dumpCreateTable(), Parser::CreateDataframeStmt::execute(), Parser::CreateTableAsSelectStmt::execute(), Parser::CreateViewStmt::execute(), and ddl_utils::set_default_table_attributes().
#define DEFAULT_MAX_CHUNK_SIZE 1073741824 |
Definition at line 22 of file FragmentDefaultValues.h.
Referenced by Catalog_Namespace::Catalog::dumpCreateTable(), Parser::CreateDataframeStmt::execute(), Parser::CreateTableAsSelectStmt::execute(), Parser::CreateViewStmt::execute(), ddl_utils::set_default_table_attributes(), and Catalog_Namespace::Catalog::updateTableDescriptorSchema().
#define DEFAULT_MAX_ROWS (1L) << 62 |
Definition at line 21 of file FragmentDefaultValues.h.
Referenced by Catalog_Namespace::Catalog::dumpCreateTable(), Parser::CreateDataframeStmt::execute(), Parser::CreateTableAsSelectStmt::execute(), Parser::CreateViewStmt::execute(), and ddl_utils::set_default_table_attributes().
#define DEFAULT_PAGE_SIZE 2097152 |
Definition at line 20 of file FragmentDefaultValues.h.