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

Method AssertReadEnd

cpp/src/arrow/json/reader_test.cc:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 ASSERT_OK((**out).ValidateFull());
477 }
478 static void AssertReadEnd(const std::shared_ptr<StreamingReader>& reader) {
479 std::shared_ptr<RecordBatch> out;
480 ASSERT_OK(reader->ReadNext(&out));
481 ASSERT_TRUE(IsIterationEnd(out));
482 }
483
484 static void AssertBatchSequenceEquals(const RecordBatchVector& expected_batches,
485 const RecordBatchVector& sequence) {

Callers

nothing calls this directly

Calls 2

IsIterationEndFunction · 0.85
ReadNextMethod · 0.45

Tested by

no test coverage detected