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

Method Close

cpp/src/arrow/io/slow.cc:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80SlowInputStream::~SlowInputStream() { internal::CloseFromDestructor(this); }
81
82Status SlowInputStream::Close() { return stream_->Close(); }
83
84Status SlowInputStream::Abort() { return stream_->Abort(); }
85

Callers 15

~RecordBatchReaderMethod · 0.45
ConvertJsonToArrowFunction · 0.45
WriteIpcDataFunction · 0.45
TEST_FFunction · 0.45
ClosePipeMethod · 0.45
CreateStdinWithDataMethod · 0.45
BenchmarkStreamingWritesFunction · 0.45
WriteDummyFileMethod · 0.45
TEST_FFunction · 0.45
MakeExample1Method · 0.45
MakeExampleMethod · 0.45

Calls

no outgoing calls

Tested by 14

ConvertJsonToArrowFunction · 0.36
WriteIpcDataFunction · 0.36
TEST_FFunction · 0.36
ClosePipeMethod · 0.36
CreateStdinWithDataMethod · 0.36
WriteDummyFileMethod · 0.36
TEST_FFunction · 0.36
MakeExample1Method · 0.36
MakeExampleMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36