OmniSciDB
a5dc49c757
|
Public Types | |
using | argument_type = I |
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 49 of file TopKSort.cu.
using is_null_order_entry< K, I >::argument_type = I |
Definition at line 50 of file TopKSort.cu.
|
inline |
Definition at line 51 of file TopKSort.cu.
|
inline |
Definition at line 53 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 67 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 65 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 66 of file TopKSort.cu.
Referenced by is_null_order_entry< K, I >::operator()().