OmniSciDB
a5dc49c757
|
Public Attributes | |
int64_t | val |
int64_t | count |
std::vector< void * > | outputs |
llvm::Value * | row_number = nullptr |
Definition at line 258 of file WindowContext.h.
int64_t WindowFunctionContext::AggregateState::count |
Definition at line 260 of file WindowContext.h.
Referenced by WindowFunctionContext::aggregateStateCount().
std::vector<void*> WindowFunctionContext::AggregateState::outputs |
Definition at line 261 of file WindowContext.h.
Referenced by WindowFunctionContext::aggregateStatePendingOutputs().
llvm::Value* WindowFunctionContext::AggregateState::row_number = nullptr |
Definition at line 262 of file WindowContext.h.
int64_t WindowFunctionContext::AggregateState::val |
Definition at line 259 of file WindowContext.h.
Referenced by WindowFunctionContext::aggregateState().