OmniSciDB
c1a53651b2
|
Public Types | |
typedef I | argument_type |
Public Member Functions | |
is_null_order_entry (const int8_t *base, const size_t stride, const int64_t nul) | |
__host__ __device__ bool | operator() (const I index) |
Public Attributes | |
const int8_t * | oe_base |
const size_t | oe_stride |
const int64_t | null_val |
Definition at line 55 of file TopKSort.cu.
typedef I is_null_order_entry< K, I >::argument_type |
Definition at line 56 of file TopKSort.cu.
|
inline |
Definition at line 57 of file TopKSort.cu.
|
inline |
Definition at line 59 of file TopKSort.cu.
References is_null_order_entry< K, I >::null_val, is_null_order_entry< K, I >::oe_base, and is_null_order_entry< K, I >::oe_stride.
const int64_t is_null_order_entry< K, I >::null_val |
Definition at line 73 of file TopKSort.cu.
Referenced by is_null_order_entry< K, I >::operator()().
const int8_t* is_null_order_entry< K, I >::oe_base |
Definition at line 71 of file TopKSort.cu.
Referenced by is_null_order_entry< K, I >::operator()().
const size_t is_null_order_entry< K, I >::oe_stride |
Definition at line 72 of file TopKSort.cu.
Referenced by is_null_order_entry< K, I >::operator()().