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