OmniSciDB
a5dc49c757
|
#include <map>
#include "DataMgr/Chunk/Chunk.h"
#include "DataMgr/ChunkMetadata.h"
#include "Shared/distributed.h"
Go to the source code of this file.
Namespaces | |
foreign_storage | |
Functions | |
void | foreign_storage::init_chunk_for_column (const ChunkKey &chunk_key, const std::map< ChunkKey, std::shared_ptr< ChunkMetadata >> &chunk_metadata_map, const std::map< ChunkKey, AbstractBuffer * > &buffers, Chunk_NS::Chunk &chunk) |
std::shared_ptr< ChunkMetadata > | foreign_storage::get_placeholder_metadata (const SQLTypeInfo &type, size_t num_elements) |
template<typename T > | |
auto | foreign_storage::partition_for_threads (const std::set< T > &items, size_t max_threads) |
template<typename T > | |
auto | foreign_storage::partition_for_threads (const std::vector< T > &items, size_t max_threads) |
template<typename Container > | |
std::vector< std::future< void > > | foreign_storage::create_futures_for_workers (const Container &items, size_t max_threads, std::function< void(const Container &)> lambda) |
const foreign_storage::ForeignTable & | foreign_storage::get_foreign_table_for_key (const ChunkKey &key) |
bool | foreign_storage::is_system_table_chunk_key (const ChunkKey &chunk_key) |
bool | foreign_storage::is_replicated_table_chunk_key (const ChunkKey &chunk_key) |
bool | foreign_storage::is_append_table_chunk_key (const ChunkKey &chunk_key) |
bool | foreign_storage::is_shardable_key (const ChunkKey &key) |
bool | foreign_storage::fragment_maps_to_leaf (const ChunkKey &key) |
bool | foreign_storage::key_does_not_shard_to_leaf (const ChunkKey &key) |