Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Partition
Method · 0.45
ASSERT_OK_AND_ASSIGN
Function · 0.45
Consume
Method · 0.45
Merge
Method · 0.45
Finalize
Method · 0.45
TEST
Function · 0.45
ValidateConsume
Method · 0.45
GrouperBenchmark
Function · 0.45
Calls
no outgoing calls
Tested by
3
ASSERT_OK_AND_ASSIGN
Function · 0.36
TEST
Function · 0.36
ValidateConsume
Method · 0.36