1 #ifndef teca_table_join_h
2 #define teca_table_join_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
32 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
33 TECA_SET_ALGORITHM_PROPERTIES()
38 void set_number_of_input_connections(
unsigned int n)
49 const std::vector<teca_metadata> &input_md)
override;
51 std::vector<teca_metadata> get_upstream_request(
53 const std::vector<teca_metadata> &input_md,
56 const_p_teca_dataset execute(
58 const std::vector<const_p_teca_dataset> &input_data,
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
virtual teca_metadata get_output_metadata(unsigned int port, const std::vector< teca_metadata > &input_md)
void set_number_of_input_connections(unsigned int n)
An algorithm that joins the columns of tables generated on each of its inputs via a union.
Definition: teca_table_join.h:23
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.