|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#include "commands.hpp"#include "../common/column_lookup.hpp"#include "../common/row_utils.hpp"#include <csv.hpp>#include <limits>#include <string>#include <unordered_map>#include <vector>Classes | |
| class | csvzall::pipeline::commands::SummarizeCommand |
Namespaces | |
| namespace | csvzall |
| namespace | csvzall::pipeline |
| namespace | csvzall::pipeline::commands |
Functions | |
| int | csvzall::pipeline::commands::RunSummarize (const std::string &group_by_column, const std::string &max_column, const std::vector< std::string > &show_columns, std::istream &input, std::ostream &output, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats) |