OmniSciDB
a5dc49c757
|
#include <ForeignStorageInterface.h>
Public Attributes | |
const ChunkKey | chunk_key |
const SQLTypeInfo | sql_type |
const std::vector< int8_t > | buff |
Definition at line 26 of file ForeignStorageInterface.h.
const std::vector<int8_t> ForeignStorageColumnBuffer::buff |
Definition at line 29 of file ForeignStorageInterface.h.
const ChunkKey ForeignStorageColumnBuffer::chunk_key |
Definition at line 27 of file ForeignStorageInterface.h.
Referenced by heavydb.thrift.ttypes.TMemoryData::read(), and heavydb.thrift.ttypes.TMemoryData::write().
const SQLTypeInfo ForeignStorageColumnBuffer::sql_type |
Definition at line 28 of file ForeignStorageInterface.h.