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

Function TEST

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

Source from the content-addressed store, hash-verified

232}
233
234TEST(ChunkerTest, PrettyPrinted) {
235 std::string pretty[object_count];
236 std::transform(std::begin(lines()), std::end(lines()), std::begin(pretty), PrettyPrint);
237 auto chunker = MakeChunker(true);
238 AssertChunking(*chunker, join(pretty, "\n"), object_count);
239}
240
241TEST(ChunkerTest, SingleLine) {
242 auto chunker = MakeChunker(true);

Callers

nothing calls this directly

Calls 9

joinFunction · 0.85
AssertStraddledChunkingFunction · 0.85
FromStringFunction · 0.85
ProcessWithPartialMethod · 0.80
MakeChunkerFunction · 0.70
AssertChunkingFunction · 0.70
beginFunction · 0.50
endFunction · 0.50
ProcessMethod · 0.45

Tested by

no test coverage detected