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

Method Count

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

Source from the content-addressed store, hash-verified

1164 row_count_(0) {}
1165
1166 Future<int64_t> Count() {
1167 auto self = shared_from_this();
1168 return Init(self).Then([self]() { return self->DoCount(self); });
1169 }
1170
1171 private:
1172 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