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

Function num_chunks

cpp/src/arrow/chunk_resolver.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 int64_t logical_array_length() const { return offsets_.back(); }
108 int32_t num_chunks() const { return static_cast<int32_t>(offsets_.size() - 1); }
109
110 int64_t chunk_length(int64_t chunk_index) const {
111 return offsets_[chunk_index + 1] - offsets_[chunk_index];

Callers 1

ResolveManyFunction · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected