OmniSciDB
a5dc49c757
|
This is the complete list of members for PersistentForeignStorageInterface, including all inherited members.
append(const std::vector< ForeignStorageColumnBuffer > &column_buffers)=0 | PersistentForeignStorageInterface | pure virtual |
dropTable(const int db_id, const int table_id)=0 | PersistentForeignStorageInterface | pure virtual |
getType() const =0 | PersistentForeignStorageInterface | pure virtual |
prepareTable(const int, const std::string &type, TableDescriptor &, std::list< ColumnDescriptor > &) | PersistentForeignStorageInterface | inlinevirtual |
read(const ChunkKey &chunk_key, const SQLTypeInfo &sql_type, int8_t *dest, const size_t num_bytes)=0 | PersistentForeignStorageInterface | pure virtual |
registerTable(Catalog_Namespace::Catalog *catalog, std::pair< int, int > table_key, const std::string &type, const TableDescriptor &td, const std::list< ColumnDescriptor > &cols, Data_Namespace::AbstractBufferMgr *mgr)=0 | PersistentForeignStorageInterface | pure virtual |
tryZeroCopy(const ChunkKey &chunk_key, const SQLTypeInfo &sql_type, const size_t num_bytes) | PersistentForeignStorageInterface | inlinevirtual |
~PersistentForeignStorageInterface() | PersistentForeignStorageInterface | inlinevirtual |