Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Attributes | |
double | sum |
int64_t | count |
Definition at line 126 of file aggregate-functions.cc.
int64_t impala::AvgState::count |
Definition at line 128 of file aggregate-functions.cc.
Referenced by impala::AggregateFunctions::AvgGetValue(), impala::AggregateFunctions::AvgMerge(), impala::AggregateFunctions::AvgRemove(), impala::AggregateFunctions::AvgUpdate(), impala::AggregateFunctions::TimestampAvgGetValue(), impala::AggregateFunctions::TimestampAvgRemove(), and impala::AggregateFunctions::TimestampAvgUpdate().
double impala::AvgState::sum |
Definition at line 127 of file aggregate-functions.cc.
Referenced by impala::AggregateFunctions::AvgGetValue(), impala::AggregateFunctions::AvgMerge(), impala::AggregateFunctions::AvgRemove(), impala::AggregateFunctions::AvgUpdate(), impala::AggregateFunctions::TimestampAvgGetValue(), impala::AggregateFunctions::TimestampAvgRemove(), and impala::AggregateFunctions::TimestampAvgUpdate().