1 #ifndef teca_table_sort_h
2 #define teca_table_sort_h
4 #include "teca_config.h"
6 #include "teca_algorithm.h"
7 #include "teca_metadata.h"
32 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
33 TECA_SET_ALGORITHM_PROPERTIES()
39 TECA_ALGORITHM_PROPERTY(std::
string, index_column)
46 TECA_ALGORITHM_PROPERTY(
int, index_column_id)
53 TECA_ALGORITHM_PROPERTY(
int, stable_sort)
56 void enable_stable_sort(){ set_stable_sort(1); }
66 TECA_ALGORITHM_PROPERTY(
int, ascending_order)
74 const_p_teca_dataset execute(
76 const std::vector<const_p_teca_dataset> &input_data,
80 std::string index_column;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
Definition: teca_table_sort.h:23
void disable_stable_sort()
Disable stable sort.
Definition: teca_table_sort.h:59
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.