OmniSciDB
a5dc49c757
|
Go to the source code of this file.
Functions | |
void | registerArrowCsvForeignStorage (std::shared_ptr< ForeignStorageInterface > fsi) |
void | registerArrowForeignStorage (std::shared_ptr< ForeignStorageInterface > fsi) |
void | setArrowTable (std::string name, std::shared_ptr< arrow::Table > table) |
void | releaseArrowTable (std::string name) |
void registerArrowCsvForeignStorage | ( | std::shared_ptr< ForeignStorageInterface > | fsi | ) |
Definition at line 1063 of file ArrowForeignStorage.cpp.
Referenced by PersistentStorageMgr::PersistentStorageMgr().
void registerArrowForeignStorage | ( | std::shared_ptr< ForeignStorageInterface > | fsi | ) |
Definition at line 893 of file ArrowForeignStorage.cpp.
Referenced by PersistentStorageMgr::PersistentStorageMgr().
void releaseArrowTable | ( | std::string | name | ) |
Definition at line 889 of file ArrowForeignStorage.cpp.
References ArrowForeignStorage::tables.
Referenced by EmbeddedDatabase::DBEngineImpl::importArrowTable().
void setArrowTable | ( | std::string | name, |
std::shared_ptr< arrow::Table > | table | ||
) |
Definition at line 885 of file ArrowForeignStorage.cpp.
References setup::name, and ArrowForeignStorage::tables.
Referenced by EmbeddedDatabase::DBEngineImpl::importArrowTable().