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

Function MakeChunker

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

Source from the content-addressed store, hash-verified

174}
175
176std::unique_ptr<Chunker> MakeChunker(bool newlines_in_values) {
177 auto options = ParseOptions::Defaults();
178 options.newlines_in_values = newlines_in_values;
179 return MakeChunker(options);
180}
181
182class BaseChunkerTest : public ::testing::TestWithParam<bool> {
183 protected:

Callers 2

SetUpMethod · 0.70
TESTFunction · 0.70

Calls 1

DefaultsFunction · 0.50

Tested by

no test coverage detected