OmniSciDB
c1a53651b2
|
#include <TableFunctionsTesting.hpp>
Public Member Functions | |
SortAsc (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 752 of file TableFunctionsTesting.hpp.
Definition at line 753 of file TableFunctionsTesting.hpp.
|
inlinestatic |
Definition at line 756 of file TableFunctionsTesting.hpp.
|
inline |
Definition at line 759 of file TableFunctionsTesting.hpp.
References SortAsc< T >::null_value_, and SortAsc< T >::null_value_mapped_.
Referenced by SortAsc< T >::operator()().
|
inline |
Definition at line 762 of file TableFunctionsTesting.hpp.
References SortAsc< T >::mapValue().
const T SortAsc< T >::null_value_ |
Definition at line 763 of file TableFunctionsTesting.hpp.
Referenced by SortAsc< T >::mapValue().
const T SortAsc< T >::null_value_mapped_ |
Definition at line 764 of file TableFunctionsTesting.hpp.
Referenced by SortAsc< T >::mapValue().