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

Method AssertReadEnd

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

Source from the content-addressed store, hash-verified

498 ASSERT_OK((**out).ValidateFull());
499 }
500 static void AssertReadEnd(const std::shared_ptr<StreamingReader>& reader) {
501 std::shared_ptr<RecordBatch> out;
502 ASSERT_OK(reader->ReadNext(&out));
503 ASSERT_TRUE(IsIterationEnd(out));
504 }
505
506 static void AssertBatchSequenceEquals(const RecordBatchVector& expected_batches,
507 const RecordBatchVector& sequence) {

Callers

nothing calls this directly

Calls 2

IsIterationEndFunction · 0.85
ReadNextMethod · 0.45

Tested by

no test coverage detected