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

Method ~RecordBatchStream

cpp/src/arrow/flight/server.cc:396–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396RecordBatchStream::~RecordBatchStream() {
397 ARROW_WARN_NOT_OK(impl_->Close(), "Failed to close FlightDataStream");
398}
399
400Status RecordBatchStream::Close() { return impl_->Close(); }
401

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected