Class DummyPersistentForeignStorage¶
-
class
DummyPersistentForeignStorage: public PersistentForeignStorageInterface¶ Public Functions
-
void
append(const std::vector<ForeignStorageColumnBuffer> &column_buffers)¶
-
void
read(const ChunkKey &chunk_key, const SQLTypeInfo &sql_type, int8_t *dest, const size_t numBytes)¶
-
std::string
getType() const¶
Private Functions
-
void
append(const ChunkKey &chunk_key, const SQLTypeInfo &sql_type, const int8_t *src, const size_t numBytes)¶
-
void