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

Method ToChunkedArray

r/src/r_to_arrow.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 virtual Result<std::shared_ptr<ChunkedArray>> ToChunkedArray() {
265 ARROW_ASSIGN_OR_RAISE(auto array, this->ToArray())
266 return std::make_shared<ChunkedArray>(array);
267 }
268};
269
270// A Converter that calls as_arrow_array(x, type = options.type)

Callers 3

ConvertPySequenceFunction · 0.45
Table__from_dotsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected