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

Method AtEnd

cpp/src/arrow/util/bit_run_reader.h:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 int64_t length;
179
180 bool AtEnd() const { return length == 0; }
181
182 std::string ToString() const {
183 return std::string("{pos=") + std::to_string(position) +

Callers 1

AllBitRunsMethod · 0.45

Calls

no outgoing calls

Tested by 1

AllBitRunsMethod · 0.36