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

Method Finish

cpp/src/arrow/dataset/scanner_test.cc:1725–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1723 int NumBatchesRead() { return tracking_generator_.num_read(); }
1724
1725 void Finish() { ARROW_UNUSED(record_batch_generator_.producer().Close()); }
1726 void DeliverBatch(uint32_t num_rows) {
1727 auto batch = ConstantArrayGenerator::Zeroes(num_rows, given_physical_schema_);
1728 record_batch_generator_.producer().Push(std::move(batch));

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.45
producerMethod · 0.45

Tested by

no test coverage detected