OmniSciDB
a5dc49c757
|
#include <SegmentTreeUtils.h>
Public Attributes | |
T | sum |
size_t | count |
Definition at line 24 of file SegmentTreeUtils.h.
size_t SumAndCountPair< T >::count |
Definition at line 26 of file SegmentTreeUtils.h.
Referenced by SegmentTree< INPUT_TYPE, AGG_TYPE >::aggregateValueForDerivedAggregateViaColumnAccess(), compute_derived_aggregates(), and SegmentTree< INPUT_TYPE, AGG_TYPE >::query().
T SumAndCountPair< T >::sum |
Definition at line 25 of file SegmentTreeUtils.h.
Referenced by SegmentTree< INPUT_TYPE, AGG_TYPE >::aggregateValueForDerivedAggregateViaColumnAccess(), compute_derived_aggregates(), and SegmentTree< INPUT_TYPE, AGG_TYPE >::query().