MCPcopy Create free account
hub / github.com/cwida/FastLanes / read_fls

Method read_fls

src/connection.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 if (!is_schema_found) { throw std::runtime_error("schema is not found!"); }
53 if (!is_file_found) { throw std::runtime_error("csv/json file is not found!"); }
54
55 return read(dir);
56}
57
58Reader& Connection::read_fls(const path& dir_path) {
59 // init
60 m_reader = make_unique<Reader>(dir_path, *this);
61
62 return *m_reader;

Callers 13

benchMethod · 0.80
benchMethod · 0.80
bench_random_accessMethod · 0.80
benchMethod · 0.80
read_flsFunction · 0.80
run_roundtripFunction · 0.80
TestCorrectnessMethod · 0.80
TestConstantnessMethod · 0.80
TestEqualityMethod · 0.80
TestMap1To1Method · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 5

run_roundtripFunction · 0.64
TestCorrectnessMethod · 0.64
TestConstantnessMethod · 0.64
TestEqualityMethod · 0.64
TestMap1To1Method · 0.64