OmniSciDB
a5dc49c757
|
Functions | |
bool | is_distributed () |
bool | is_first_leaf () |
bool | is_leaf_node () |
bool | is_aggregator () |
bool dist::is_aggregator | ( | ) |
Definition at line 33 of file distributed.cpp.
References g_distributed_leaf_idx, and is_distributed().
Referenced by foreign_storage::fragment_maps_to_leaf(), foreign_storage::InternalCatalogDataWrapper::initializeObjectsForTable(), and foreign_storage::is_shardable_key().
bool dist::is_distributed | ( | ) |
Definition at line 21 of file distributed.cpp.
References g_cluster.
Referenced by foreign_storage::fragment_maps_to_leaf(), foreign_storage::CachingForeignStorageMgr::getChunkMetadataVecForKeyPrefix(), foreign_storage::InternalCatalogDataWrapper::initializeObjectsForTable(), is_aggregator(), is_first_leaf(), is_leaf_node(), and foreign_storage::is_shardable_key().
bool dist::is_first_leaf | ( | ) |
Definition at line 25 of file distributed.cpp.
References g_distributed_leaf_idx, and is_distributed().
Referenced by foreign_storage::InternalCatalogDataWrapper::initializeObjectsForTable().
bool dist::is_leaf_node | ( | ) |
Definition at line 29 of file distributed.cpp.
References g_distributed_leaf_idx, and is_distributed().
Referenced by foreign_storage::anonymous_namespace{LogFileBufferParser.cpp}::get_node_name(), foreign_storage::refresh_foreign_table(), and foreign_storage::set_node_name().