|
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 <optional>#include <string>Namespaces | |
| namespace | csvzall |
| namespace | csvzall::pipeline |
| namespace | csvzall::pipeline::commands |
Functions | |
| int | csvzall::pipeline::commands::RunMax (const std::string &column, std::istream &input, std::ostream &output, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats) |
| int | csvzall::pipeline::commands::RunMin (const std::string &column, std::istream &input, std::ostream &output, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats) |