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

Method Count

cpp/src/arrow/csv/reader.cc:1160–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158 row_count_(0) {}
1159
1160 Future<int64_t> Count() {
1161 auto self = shared_from_this();
1162 return Init(self).Then([self]() { return self->DoCount(self); });
1163 }
1164
1165 private:
1166 Future<> Init(const std::shared_ptr<CSVRowCounter>& self) {

Callers 1

CountRowsAsyncFunction · 0.80

Calls 2

DoCountMethod · 0.95
ThenMethod · 0.80

Tested by

no test coverage detected