OmniSciDB
c0231cc57d
|
#include <TableFunctionsCommon.hpp>
Public Member Functions | |
CacheDataTf (const size_t num_bytes) | |
~CacheDataTf () | |
Public Attributes | |
int8_t * | data_buffer |
size_t | num_bytes |
Definition at line 85 of file TableFunctionsCommon.hpp.
|
inline |
|
inline |
int8_t* CacheDataTf::data_buffer |
Definition at line 86 of file TableFunctionsCommon.hpp.
Referenced by CacheDataTf(), and ~CacheDataTf().
size_t CacheDataTf::num_bytes |
Definition at line 87 of file TableFunctionsCommon.hpp.
Referenced by CacheDataTf().