OmniSciDB
a5dc49c757
|
#include <ResultSetSortImpl.h>
Public Attributes | |
const size_t | entry_count |
const size_t | col_off |
const size_t | col_bytes |
const size_t | row_bytes |
const TargetInfo | oe_target_info |
const int64_t | target_groupby_index |
Definition at line 29 of file ResultSetSortImpl.h.
const size_t GroupByBufferLayoutInfo::col_bytes |
Definition at line 32 of file ResultSetSortImpl.h.
Referenced by do_radix_sort(), partition_by_null(), and pop_n_rows_from_merged_heaps_gpu().
const size_t GroupByBufferLayoutInfo::col_off |
Definition at line 31 of file ResultSetSortImpl.h.
Referenced by anonymous_namespace{ResultSetSortImpl.cu}::collect_order_entry_column(), do_radix_sort(), and partition_by_null().
const size_t GroupByBufferLayoutInfo::entry_count |
Definition at line 30 of file ResultSetSortImpl.h.
Referenced by anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_fp(), and anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_int().
const TargetInfo GroupByBufferLayoutInfo::oe_target_info |
Definition at line 34 of file ResultSetSortImpl.h.
Referenced by anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_fp(), anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_int(), do_radix_sort(), and pop_n_rows_from_merged_heaps_gpu().
const size_t GroupByBufferLayoutInfo::row_bytes |
Definition at line 33 of file ResultSetSortImpl.h.
Referenced by anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_fp(), anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_int(), anonymous_namespace{ResultSetSortImpl.cu}::collect_order_entry_column(), anonymous_namespace{ResultSetSortImpl.cu}::do_radix_sort(), do_radix_sort(), partition_by_null(), and pop_n_rows_from_merged_heaps_gpu().
const int64_t GroupByBufferLayoutInfo::target_groupby_index |
Definition at line 35 of file ResultSetSortImpl.h.
Referenced by anonymous_namespace{ResultSetSortImpl.cu}::collect_order_entry_column().