MCPcopy Create free account
hub / github.com/apache/arrow / ~RecordBatchReader

Method ~RecordBatchReader

cpp/src/arrow/record_batch.cc:862–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862RecordBatchReader::~RecordBatchReader() {
863 ARROW_WARN_NOT_OK(this->Close(), "Implicitly called RecordBatchReader::Close failed");
864}
865
866Result<std::shared_ptr<RecordBatch>> ConcatenateRecordBatches(
867 const RecordBatchVector& batches, MemoryPool* pool) {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected