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

Method Start

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

Source from the content-addressed store, hash-verified

1183IpcPayloadWriter::~IpcPayloadWriter() = default;
1184
1185Status IpcPayloadWriter::Start() { return Status::OK(); }
1186
1187class ARROW_EXPORT IpcFormatWriter : public RecordBatchWriter {
1188 public:

Callers 3

StartFunction · 0.45
OpenRecordBatchWriterFunction · 0.45
SerializeSchemaFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected