OmniSciDB
c0231cc57d
|
#include <WindowContext.h>
Public Attributes | |
std::vector< int64_t * > | aggregate_tree_for_integer_type_ |
std::vector< double * > | aggregate_tree_for_double_type_ |
std::vector< SumAndCountPair < int64_t > * > | derived_aggregate_tree_for_integer_type_ |
std::vector< SumAndCountPair < double > * > | derived_aggregate_tree_for_double_type_ |
Definition at line 62 of file WindowContext.h.
std::vector<double*> AggregateTreeForWindowFraming::aggregate_tree_for_double_type_ |
Definition at line 64 of file WindowContext.h.
Referenced by WindowFunctionContext::buildAggregationTreeForPartition(), and WindowFunctionContext::getAggregationTreesForDoubleTypeWindowExpr().
std::vector<int64_t*> AggregateTreeForWindowFraming::aggregate_tree_for_integer_type_ |
Definition at line 63 of file WindowContext.h.
Referenced by WindowFunctionContext::buildAggregationTreeForPartition(), and WindowFunctionContext::getAggregationTreesForIntegerTypeWindowExpr().
std::vector<SumAndCountPair<double>*> AggregateTreeForWindowFraming::derived_aggregate_tree_for_double_type_ |
Definition at line 66 of file WindowContext.h.
Referenced by WindowFunctionContext::buildAggregationTreeForPartition(), and WindowFunctionContext::getDerivedAggregationTreesForDoubleTypeWindowExpr().
std::vector<SumAndCountPair<int64_t>*> AggregateTreeForWindowFraming::derived_aggregate_tree_for_integer_type_ |
Definition at line 65 of file WindowContext.h.
Referenced by WindowFunctionContext::buildAggregationTreeForPartition(), and WindowFunctionContext::getDerivedAggregationTreesForIntegerTypeWindowExpr().