OmniSciDB
a5dc49c757
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
dist | |
Functions | |
bool | dist::is_distributed () |
bool | dist::is_first_leaf () |
bool | dist::is_leaf_node () |
bool | dist::is_aggregator () |
Variables | |
int32_t | g_distributed_leaf_idx |
int32_t | g_distributed_num_leaves |
bool | g_cluster |
bool g_cluster |
int32_t g_distributed_leaf_idx |
Definition at line 98 of file Catalog.cpp.
Referenced by foreign_storage::fragment_maps_to_leaf(), foreign_storage::anonymous_namespace{LogFileBufferParser.cpp}::get_node_name(), dist::is_aggregator(), dist::is_first_leaf(), dist::is_leaf_node(), DBHandler::set_leaf_info(), and foreign_storage::set_node_name().
int32_t g_distributed_num_leaves |
Definition at line 99 of file Catalog.cpp.
Referenced by foreign_storage::fragment_maps_to_leaf(), and DBHandler::set_leaf_info().