13 #include "eckit/testing/Test.h"
18 using namespace eckit::testing;
22 CASE(
"Count lines in an existing ODB file") {
31 while (frame.
next(
false)) {
37 EXPECT(nframes == 333);
38 EXPECT(totalRows == 3321753);
87 CASE(
"Decode an entire ODB file preallocated data structures") {
120 int main(
int argc,
char* argv[]) {
121 return run_tests(argc, argv);
int main(int argc, char *argv[])
CASE("Count lines in an existing ODB file")
bool next(bool aggregated=true, long rowlimit=-1)
size_t columnCount() const