OmniSciDB
c1a53651b2
|
Public Attributes | |
int64_t | val |
int64_t | count |
std::vector< void * > | outputs |
llvm::Value * | row_number = nullptr |
Definition at line 232 of file WindowContext.h.
int64_t WindowFunctionContext::AggregateState::count |
Definition at line 234 of file WindowContext.h.
Referenced by WindowFunctionContext::aggregateStateCount().
std::vector<void*> WindowFunctionContext::AggregateState::outputs |
Definition at line 235 of file WindowContext.h.
Referenced by WindowFunctionContext::aggregateStatePendingOutputs().
llvm::Value* WindowFunctionContext::AggregateState::row_number = nullptr |
Definition at line 236 of file WindowContext.h.
int64_t WindowFunctionContext::AggregateState::val |
Definition at line 233 of file WindowContext.h.
Referenced by WindowFunctionContext::aggregateState().