OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
WindowFunctionContext::AggregateState Struct Reference

Public Attributes

int64_t val
 
int64_t count
 
std::vector< void * > outputs
 
llvm::Value * row_number = nullptr
 

Detailed Description

Definition at line 240 of file WindowContext.h.

Member Data Documentation

int64_t WindowFunctionContext::AggregateState::count

Definition at line 242 of file WindowContext.h.

Referenced by WindowFunctionContext::aggregateStateCount().

std::vector<void*> WindowFunctionContext::AggregateState::outputs
llvm::Value* WindowFunctionContext::AggregateState::row_number = nullptr

Definition at line 244 of file WindowContext.h.

int64_t WindowFunctionContext::AggregateState::val

Definition at line 241 of file WindowContext.h.

Referenced by WindowFunctionContext::aggregateState().


The documentation for this struct was generated from the following file: