OmniSciDB
c0231cc57d
|
#include <sqltypes.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 |
Definition at line 170 of file sqltypes.h.
|
inline |
Definition at line 175 of file sqltypes.h.
|
inlinevirtual |
Definition at line 176 of file sqltypes.h.
|
inline |
Definition at line 178 of file sqltypes.h.
bool VarlenDatum::is_null |
Definition at line 173 of file sqltypes.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 171 of file sqltypes.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 172 of file sqltypes.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().