Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
RankState () | |
Public Attributes | |
int64_t | rank |
int64_t | count |
Definition at line 1169 of file aggregate-functions.cc.
|
inline |
Definition at line 1172 of file aggregate-functions.cc.
int64_t impala::RankState::count |
Definition at line 1171 of file aggregate-functions.cc.
Referenced by impala::AggregateFunctions::DenseRankGetValue(), impala::AggregateFunctions::RankGetValue(), and impala::AggregateFunctions::RankUpdate().
int64_t impala::RankState::rank |
Definition at line 1170 of file aggregate-functions.cc.
Referenced by impala::AggregateFunctions::DenseRankGetValue(), impala::AggregateFunctions::RankFinalize(), and impala::AggregateFunctions::RankGetValue().