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

Function num_chunks

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

\return the total number of chunks in the chunked array

Source from the content-addressed store, hash-verified

110
111 /// \return the total number of chunks in the chunked array
112 int num_chunks() const { return static_cast<int>(chunks_.size()); }
113
114 /// \return chunk a particular chunk from the chunked array
115 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