OmniSciDB
0264ff685a
|
Go to the source code of this file.
Functions | |
void | registerArrowCsvForeignStorage () |
void | registerArrowForeignStorage () |
void | setArrowTable (std::string name, std::shared_ptr< arrow::Table > table) |
void | releaseArrowTable (std::string name) |
void registerArrowCsvForeignStorage | ( | ) |
Definition at line 1025 of file ArrowForeignStorage.cpp.
References ForeignStorageInterface::registerPersistentStorageInterface().
Referenced by DBHandler::DBHandler().
void registerArrowForeignStorage | ( | ) |
Definition at line 860 of file ArrowForeignStorage.cpp.
References ForeignStorageInterface::registerPersistentStorageInterface().
void releaseArrowTable | ( | std::string | name | ) |
Definition at line 856 of file ArrowForeignStorage.cpp.
References ArrowForeignStorage::tables.
void setArrowTable | ( | std::string | name, |
std::shared_ptr< arrow::Table > | table | ||
) |
Definition at line 852 of file ArrowForeignStorage.cpp.
References setup::name, and ArrowForeignStorage::tables.