csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
chart.cpp File Reference
#include "commands.hpp"
#include "../../charts/csv_chart.hpp"
#include "../../sqlite/csv_loader.hpp"
#include <filesystem>
#include <fstream>
#include <optional>
#include <ostream>
#include <sstream>
#include <string>
#include <utility>

Namespaces

namespace  csvzall
 
namespace  csvzall::pipeline
 
namespace  csvzall::pipeline::commands
 

Functions

int csvzall::pipeline::commands::RunChart (const charts::ChartSpec &spec, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats)
 
int csvzall::pipeline::commands::ValidateChart (const charts::ChartSpec &spec, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats)