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

Function logical_array_length

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

Source from the content-addressed store, hash-verified

105 ChunkResolver& operator=(const ChunkResolver& other) noexcept;
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 {

Callers

nothing calls this directly

Calls 1

backMethod · 0.80

Tested by

no test coverage detected