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

Function Close

cpp/src/arrow/ipc/writer.cc:1253–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251 }
1252
1253 Status Close() override {
1254 RETURN_NOT_OK(CheckStarted());
1255 RETURN_NOT_OK(payload_writer_->Close());
1256 closed_ = true;
1257 return Status::OK();
1258 }
1259
1260 Status Start() {
1261 started_ = true;

Callers 15

~CudaBufferMethod · 0.50
FinishMethod · 0.50
~MemoryMapMethod · 0.50
AbortMethod · 0.50
WriteMetadataMethod · 0.50
WriteWithMetadataMethod · 0.50
~ClientStreamWriterMethod · 0.50
BeginMethod · 0.50
WriteMetadataMethod · 0.50
WriteWithMetadataMethod · 0.50
~FlightClientMethod · 0.50
~PreparedStatementMethod · 0.50

Calls 2

OKFunction · 0.50
CloseMethod · 0.45

Tested by

no test coverage detected