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

#include <WindowContext.h>

Public Attributes

llvm::Value * current_partition_start_offset_lv
 
llvm::Value * num_elem_current_partition_lv
 
llvm::Value * target_partition_rowid_ptr_lv
 
llvm::Value * target_partition_sorted_rowid_ptr_lv
 

Detailed Description

Definition at line 105 of file WindowContext.h.

Member Data Documentation

llvm::Value* WindowPartitionBufferPtrs::current_partition_start_offset_lv

Definition at line 106 of file WindowContext.h.

Referenced by Executor::codegenLoadPartitionBuffers().

llvm::Value* WindowPartitionBufferPtrs::num_elem_current_partition_lv

Definition at line 107 of file WindowContext.h.

Referenced by Executor::codegenLoadPartitionBuffers().

llvm::Value* WindowPartitionBufferPtrs::target_partition_rowid_ptr_lv

Definition at line 108 of file WindowContext.h.

Referenced by Executor::codegenLoadPartitionBuffers().

llvm::Value* WindowPartitionBufferPtrs::target_partition_sorted_rowid_ptr_lv

Definition at line 109 of file WindowContext.h.

Referenced by Executor::codegenLoadPartitionBuffers().


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