OmniSciDB
a5dc49c757
|
#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 59 of file Datum.h.
Referenced by ChunkIter_get_next(), ChunkIter_get_nth(), decompress(), SQLTypeInfo::is_null(), ResultSet::lazyReadInt(), ResultSet::makeVarlenTargetValue(), string_decode(), VarlenArray_get_nth(), and anonymous_namespace{ExternalExecutor.cpp}::vt_column().
size_t VarlenDatum::length |
Definition at line 57 of file Datum.h.
Referenced by ChunkIter_get_next(), ChunkIter_get_nth(), anonymous_namespace{ColumnarResults.cpp}::computeTotalNofValuesForColumnGeoType(), decompress(), ResultSet::lazyReadInt(), ResultSet::makeVarlenTargetValue(), string_decode(), VarlenArray_get_nth(), anonymous_namespace{ExternalExecutor.cpp}::vt_column(), writeBackCellGeoNestedArray(), and writeBackCellGeoPoint().
int8_t* VarlenDatum::pointer |
Definition at line 58 of file Datum.h.
Referenced by ChunkIter_get_next(), ChunkIter_get_nth(), decompress(), ResultSet::lazyReadInt(), ResultSet::makeVarlenTargetValue(), string_decode(), VarlenArray_get_nth(), anonymous_namespace{ExternalExecutor.cpp}::vt_column(), writeBackCellGeoNestedArray(), and writeBackCellGeoPoint().