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

Method Extend

r/src/r_to_arrow.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 virtual Status Append(SEXP) { return Status::NotImplemented("Append"); }
248
249 virtual Status Extend(SEXP values, int64_t size, int64_t offset = 0) {
250 return Status::NotImplemented("Extend");
251 }
252
253 // by default, just delay the ->Extend(), i.e. not run in parallel
254 // implementations might redefine so that ->Extend() is run in parallel

Callers 4

DelayedExtendMethod · 0.95
ExtendMethod · 0.45
ExtendMethod · 0.45

Calls 1

NotImplementedFunction · 0.50

Tested by

no test coverage detected