OmniSciDB
a5dc49c757
|
#include <ResultSetStorage.h>
Public Member Functions | |
int8_t * | computeCpuOffset (const int64_t gpu_offset_address) const |
Public Attributes | |
int64_t | gpu_start_address |
int8_t * | cpu_buffer_ptr |
Definition at line 89 of file ResultSetStorage.h.
int8_t * VarlenOutputInfo::computeCpuOffset | ( | const int64_t | gpu_offset_address | ) | const |
Definition at line 41 of file ResultSetStorage.cpp.
References CHECK_GE, cpu_buffer_ptr, and gpu_start_address.
int8_t* VarlenOutputInfo::cpu_buffer_ptr |
Definition at line 91 of file ResultSetStorage.h.
Referenced by computeCpuOffset().
int64_t VarlenOutputInfo::gpu_start_address |
Definition at line 90 of file ResultSetStorage.h.
Referenced by computeCpuOffset().