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

Function TEST_P

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

Source from the content-addressed store, hash-verified

206}
207
208TEST_P(BaseChunkerTest, Basics) {
209 AssertChunking(*chunker_, join(lines(), "\n"), object_count);
210}
211
212TEST_P(BaseChunkerTest, BlockSizes) {
213 auto check_block_sizes = [&](std::shared_ptr<Buffer> data) {

Callers

nothing calls this directly

Calls 10

joinFunction · 0.85
AssertChunkingBlockSizeFunction · 0.85
AssertStraddledChunkingFunction · 0.85
SliceBufferFunction · 0.85
WhitespaceOnlyFunction · 0.85
ProcessWithPartialMethod · 0.80
AssertChunkingFunction · 0.70
sizeMethod · 0.45
ProcessMethod · 0.45
EqualsMethod · 0.45

Tested by

no test coverage detected