Go to the documentation of this file.
24 static void help(std::ostream &o)
26 o <<
"Shows header(s) and metadata(s) of file";
29 static void usage(
const std::string&
name, std::ostream &o)
31 o <<
name <<
" [-offsets] [-ddl] [-table <table-name-in-the-generated-ddl>] <file-name>";
39 std::string
readFile(
const std::string &fileName);