|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Attributes | |
| int8_t | a |
| int8_t | b |
| int16_t | c |
| float | d |
| int64_t | id |
| double | val |
Definition at line 44 of file tuple-layout-benchmark.cc.
| int8_t UnpaddedTupleStruct::a |
Definition at line 45 of file tuple-layout-benchmark.cc.
| int8_t UnpaddedTupleStruct::b |
Definition at line 46 of file tuple-layout-benchmark.cc.
| int16_t UnpaddedTupleStruct::c |
Definition at line 47 of file tuple-layout-benchmark.cc.
| float UnpaddedTupleStruct::d |
Definition at line 48 of file tuple-layout-benchmark.cc.
| int64_t UnpaddedTupleStruct::id |
Definition at line 49 of file tuple-layout-benchmark.cc.
Referenced by InitTestData(), and TestSequentialUnpadded().
| double UnpaddedTupleStruct::val |
Definition at line 50 of file tuple-layout-benchmark.cc.
Referenced by InitTestData(), and TestSequentialUnpadded().