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

Function ChunkedArray

cpp/src/arrow/chunked_array.h:80–81  ·  view source on GitHub ↗

\brief Construct a chunked array from a single Array

Source from the content-addressed store, hash-verified

78
79 /// \brief Construct a chunked array from a single Array
80 explicit ChunkedArray(std::shared_ptr<Array> chunk)
81 : ChunkedArray(ArrayVector{std::move(chunk)}) {}
82
83 /// \brief Construct a chunked array from a vector of arrays and an optional data type
84 ///

Callers 1

chunked_array.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected