OmniSciDB
c1a53651b2
|
#include <Datum.h>
Public Member Functions | |
DEVICE | VarlenDatum () |
virtual DEVICE | ~VarlenDatum () |
VarlenDatum (const size_t l, int8_t *p, const bool n) | |
Public Attributes | |
size_t | length |
int8_t * | pointer |
bool | is_null |
|
inlinevirtual |
|
inline |
bool VarlenDatum::is_null |
Definition at line 55 of file Datum.h.
Referenced by ChunkIter_get_next(), ChunkIter_get_nth(), decompress(), SQLTypeInfo::is_null(), ResultSet::lazyReadInt(), ResultSet::makeVarlenTargetValue(), string_decode(), and anonymous_namespace{ExternalExecutor.cpp}::vt_column().
size_t VarlenDatum::length |
Definition at line 53 of file Datum.h.
Referenced by ChunkIter_get_next(), ChunkIter_get_nth(), decompress(), ResultSet::lazyReadInt(), ResultSet::makeVarlenTargetValue(), string_decode(), and anonymous_namespace{ExternalExecutor.cpp}::vt_column().
int8_t* VarlenDatum::pointer |
Definition at line 54 of file Datum.h.
Referenced by ChunkIter_get_next(), ChunkIter_get_nth(), decompress(), ResultSet::lazyReadInt(), ResultSet::makeVarlenTargetValue(), import_export::RenderGroupAnalyzer::seedFromExistingTableContents(), string_decode(), and anonymous_namespace{ExternalExecutor.cpp}::vt_column().