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

Method num_groups

cpp/src/arrow/compute/row/grouper.cc:519–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517 }
518
519 uint32_t num_groups() const override { return num_groups_; }
520
521 Result<ExecBatch> GetUniques() override {
522 ExecBatch out({}, num_groups_);

Callers 8

PartitionMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
ConsumeMethod · 0.45
MergeMethod · 0.45
FinalizeMethod · 0.45
TESTFunction · 0.45
ValidateConsumeMethod · 0.45
GrouperBenchmarkFunction · 0.45

Calls

no outgoing calls

Tested by 3

ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36
ValidateConsumeMethod · 0.36