MCPcopy Create free account
hub / github.com/apache/arrow / GetDataFile

Method GetDataFile

cpp/src/parquet/stream_reader_test.cc:849–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847class TestReadingDataFiles : public ::testing::Test {
848 protected:
849 std::string GetDataFile(const std::string& filename) const {
850 return std::string(get_data_dir()) + "/" + filename;
851 }
852};
853
854TEST_F(TestReadingDataFiles, AllTypesPlain) {

Callers

nothing calls this directly

Calls 1

get_data_dirFunction · 0.85

Tested by

no test coverage detected