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

Function count

cpp/src/arrow/acero/util.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 AtomicCounter() = default;
57
58 int count() const { return count_.load(); }
59
60 std::optional<int> total() const {
61 int total = total_.load();

Callers 12

TEST_PFunction · 0.85
GetAbstractPathDepthFunction · 0.85
DepthFunction · 0.85
SetUpMethod · 0.85
TESTFunction · 0.85
CountNullsFunction · 0.85
CountQuotesFunction · 0.85
ReadLevelsMethod · 0.85
DelimitRecordsMethod · 0.85
ReadDenseForOptionalMethod · 0.85
popcountMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by 3

TEST_PFunction · 0.68
SetUpMethod · 0.68
TESTFunction · 0.68