OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FsiChunkUtils.h File Reference
#include <map>
#include "DataMgr/Chunk/Chunk.h"
#include "DataMgr/ChunkMetadata.h"
#include "Shared/distributed.h"
+ Include dependency graph for FsiChunkUtils.h:
+ This graph shows which files directly or indirectly include this file:

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< ChunkMetadataforeign_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)