OmniSciDB
cde582ebc3
|
#include <TableFunctionsTesting.hpp>
Public Member Functions | |
SortDesc (const bool nulls_last) | |
T | mapValue (const T &val) |
bool | operator() (const T &a, const T &b) |
Static Public Member Functions | |
static T | map_null_value (const bool nulls_last) |
Public Attributes | |
const T | null_value_ |
const T | null_value_mapped_ |
Definition at line 768 of file TableFunctionsTesting.hpp.
Definition at line 769 of file TableFunctionsTesting.hpp.
|
inlinestatic |
Definition at line 772 of file TableFunctionsTesting.hpp.
|
inline |
Definition at line 776 of file TableFunctionsTesting.hpp.
References SortDesc< T >::null_value_, and SortDesc< T >::null_value_mapped_.
Referenced by SortDesc< T >::operator()().
|
inline |
Definition at line 780 of file TableFunctionsTesting.hpp.
References SortDesc< T >::mapValue().
const T SortDesc< T >::null_value_ |
Definition at line 781 of file TableFunctionsTesting.hpp.
Referenced by SortDesc< T >::mapValue().
const T SortDesc< T >::null_value_mapped_ |
Definition at line 782 of file TableFunctionsTesting.hpp.
Referenced by SortDesc< T >::mapValue().