Go to the source code of this file.
Functions | |
FENNEL_BEGIN_CPPFILE ("$Id: //open/dev/fennel/lucidera/colstore/LcsClusterDump.cpp#15 $") | |
FENNEL_END_CPPFILE ("$Id: //open/dev/fennel/lucidera/colstore/LcsClusterDump.cpp#15 $") | |
Variables | |
const uint | lnLen = 80 |
const uint | lnSep = 1 |
const uint | lnValIdx = 6 |
const uint | lnColLen = 6 |
const uint | lnByte = 3 |
const uint | lnChar = 1 |
const uint | nByte = (lnLen - lnValIdx - lnColLen - lnSep) / (lnByte + lnChar) |
const uint | oByte = lnValIdx + lnColLen |
const uint | oStr = oByte + nByte * lnByte + lnSep |
const uint | MaxReadBatch = 64 |
FENNEL_BEGIN_CPPFILE | ( | "$Id: //open/dev/fennel/lucidera/colstore/LcsClusterDump.cpp#15 $" | ) |
FENNEL_END_CPPFILE | ( | "$Id: //open/dev/fennel/lucidera/colstore/LcsClusterDump.cpp#15 $" | ) |
Definition at line 40 of file LcsClusterDump.cpp.
Definition at line 37 of file LcsClusterDump.cpp.
Definition at line 34 of file LcsClusterDump.cpp.
Referenced by LcsClusterDump::callTrace(), LcsClusterDump::dump(), and LcsClusterDump::fprintVal().
Definition at line 35 of file LcsClusterDump.cpp.
const uint MaxReadBatch = 64 |
Definition at line 52 of file LcsClusterDump.cpp.
Definition at line 43 of file LcsClusterDump.cpp.
Referenced by LcsClusterDump::fprintVal(), LcsClusterNodeWriter::pickCompressionMode(), and LcsClusterNodeWriter::putCompressedBatch().