OmniSciDB
a5dc49c757
|
#include <ResultSetSortImpl.h>
Public Attributes | |
int | tle_no |
bool | is_desc |
bool | nulls_first |
Definition at line 23 of file ResultSetSortImpl.h.
bool PodOrderEntry::is_desc |
Definition at line 25 of file ResultSetSortImpl.h.
Referenced by baseline_sort(), anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_fp(), anonymous_namespace{ResultSetSortImpl.cu}::do_radix_sort(), and do_radix_sort().
bool PodOrderEntry::nulls_first |
Definition at line 26 of file ResultSetSortImpl.h.
Referenced by anonymous_namespace{ResultSetSortImpl.cu}::add_nulls(), baseline_sort(), anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_fp(), and pop_n_rows_from_merged_heaps_gpu().
int PodOrderEntry::tle_no |
Definition at line 24 of file ResultSetSortImpl.h.
Referenced by anonymous_namespace{ResultSetSortImpl.cu}::baseline_sort_fp().