Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Attributes | |
int8_t | a |
double | val |
int16_t | c |
int64_t | id |
Static Public Attributes | |
static const int | UnpaddedSize = 1 + 8 + 2 + 8 |
Definition at line 53 of file tuple-layout-benchmark.cc.
int8_t PaddedTupleStruct::a |
Definition at line 54 of file tuple-layout-benchmark.cc.
Referenced by InitTestData().
int16_t PaddedTupleStruct::c |
Definition at line 56 of file tuple-layout-benchmark.cc.
Referenced by InitTestData().
int64_t PaddedTupleStruct::id |
Definition at line 57 of file tuple-layout-benchmark.cc.
Referenced by InitTestData(), TestRandomPadded(), and TestSequentialPadded().
|
static |
Definition at line 59 of file tuple-layout-benchmark.cc.
Referenced by InitTestData(), TestRandomUnaligned(), and TestSequentialUnaligned().
double PaddedTupleStruct::val |
Definition at line 55 of file tuple-layout-benchmark.cc.
Referenced by InitTestData(), TestRandomPadded(), and TestSequentialPadded().