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

Method SetUp

cpp/src/arrow/ipc/read_write_test.cc:3171–3173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3169class PreBufferingTest : public ::testing::TestWithParam<bool> {
3170 protected:
3171 void SetUp() override {
3172 file_buffer_ = MakeBooleanInt32Int64File(kRowsPerBatch, kNumBatches);
3173 }
3174
3175 void OpenReader() {
3176 buffer_reader_ = std::make_shared<io::BufferReader>(file_buffer_);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected