Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
UnpaddedTupleStruct Struct Reference
Collaboration diagram for UnpaddedTupleStruct:

Public Attributes

int8_t a
 
int8_t b
 
int16_t c
 
float d
 
int64_t id
 
double val
 

Detailed Description

Definition at line 44 of file tuple-layout-benchmark.cc.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: