OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FsiChunkUtils.cpp File Reference
#include "FsiChunkUtils.h"
#include "Catalog/Catalog.h"
+ Include dependency graph for FsiChunkUtils.cpp:

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