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

Method SetUp

cpp/src/arrow/json/chunker_test.cc:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182class BaseChunkerTest : public ::testing::TestWithParam<bool> {
183 protected:
184 void SetUp() override { chunker_ = MakeChunker(GetParam()); }
185
186 std::unique_ptr<Chunker> chunker_;
187};

Callers

nothing calls this directly

Calls 1

MakeChunkerFunction · 0.70

Tested by

no test coverage detected