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

Method SetUp

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected