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

Method count

cpp/src/arrow/compute/kernels/aggregate_var_std.cc:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 double ToDouble(const Decimal256& value) const { return value.ToDouble(decimal_scale); }
58
59 int64_t count() const { return moments.count; }
60
61 void Consume(const ArraySpan& array) {
62 constexpr bool kCanUseIntArithmetic = std::is_integral_v<CType> && sizeof(CType) <= 4;

Callers 15

test_defaultMethod · 0.45
test_nullsMethod · 0.45
test_allMethod · 0.45
DurationScalarFunction · 0.45
FromProtoFunction · 0.45
TestSlowInputStreamFunction · 0.45
ToStringMethod · 0.45
ToProtoFunction · 0.45

Calls

no outgoing calls

Tested by 13

test_defaultMethod · 0.36
test_nullsMethod · 0.36
test_allMethod · 0.36
TestSlowInputStreamFunction · 0.36
operator()Method · 0.36
RunBatchesFunction · 0.36
InputReceivedMethod · 0.36
SetUpMethod · 0.36
ValidateTimePointFunction · 0.36
AssertDurationBetweenFunction · 0.36
TESTFunction · 0.36
current_time_msFunction · 0.36