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

Method RecordBatchStream

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

Source from the content-addressed store, hash-verified

389Status FlightDataStream::Close() { return Status::OK(); }
390
391RecordBatchStream::RecordBatchStream(const std::shared_ptr<RecordBatchReader>& reader,
392 const ipc::IpcWriteOptions& options) {
393 impl_.reset(new RecordBatchStreamImpl(reader, options));
394}
395
396RecordBatchStream::~RecordBatchStream() {
397 ARROW_WARN_NOT_OK(impl_->Close(), "Failed to close FlightDataStream");

Callers 5

do_getMethod · 0.80
do_getMethod · 0.80
do_getMethod · 0.80
do_getMethod · 0.80
do_getMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by 3

do_getMethod · 0.64
do_getMethod · 0.64
do_getMethod · 0.64