Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Start
Method
Start
cpp/src/arrow/ipc/writer.cc:1192–1192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1190
IpcPayloadWriter::~IpcPayloadWriter() = default;
1191
1192
Status IpcPayloadWriter::Start() { return Status::OK(); }
1193
1194
class ARROW_EXPORT IpcFormatWriter : public RecordBatchWriter {
1195
public:
Callers
3
Start
Function · 0.45
OpenRecordBatchWriter
Function · 0.45
SerializeSchema
Function · 0.45
Calls
1
OK
Function · 0.50
Tested by
no test coverage detected