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

Function num_chunks

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

\return the total number of chunks in the chunked array

Source from the content-addressed store, hash-verified

120
121 /// \return the total number of chunks in the chunked array
122 int num_chunks() const { return static_cast<int>(chunks_.size()); }
123
124 /// \return chunk a particular chunk from the chunked array
125 const std::shared_ptr<Array>& chunk(int i) const { return chunks_[i]; }

Callers 1

SliceMethod · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected