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

Method Write

r/src/io.cpp:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 : RConnectionFileInterface(connection_sexp) {}
428
429 arrow::Status Write(const void* data, int64_t nbytes) override {
430 return WriteBase(data, nbytes);
431 }
432};
433
434// [[arrow::export]]

Callers 2

io___Writable__writeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected