OmniSciDB
a5dc49c757
|
#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 |
Definition at line 123 of file WindowContext.h.
llvm::Value* WindowPartitionBufferPtrs::current_partition_start_offset_lv |
Definition at line 124 of file WindowContext.h.
Referenced by Executor::codegenLoadPartitionBuffers().
llvm::Value* WindowPartitionBufferPtrs::num_elem_current_partition_lv |
Definition at line 125 of file WindowContext.h.
Referenced by Executor::codegenLoadPartitionBuffers().
llvm::Value* WindowPartitionBufferPtrs::target_partition_rowid_ptr_lv |
Definition at line 126 of file WindowContext.h.
Referenced by Executor::codegenLoadPartitionBuffers().
llvm::Value* WindowPartitionBufferPtrs::target_partition_sorted_rowid_ptr_lv |
Definition at line 127 of file WindowContext.h.
Referenced by Executor::codegenLoadPartitionBuffers().