MCPcopy 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

1190IpcPayloadWriter::~IpcPayloadWriter() = default;
1191
1192Status IpcPayloadWriter::Start() { return Status::OK(); }
1193
1194class ARROW_EXPORT IpcFormatWriter : public RecordBatchWriter {
1195 public:

Callers 3

StartFunction · 0.45
OpenRecordBatchWriterFunction · 0.45
SerializeSchemaFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected