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

Method Populate

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

Source from the content-addressed store, hash-verified

393 }
394
395 Status Populate(const ExecSpan& batch, int64_t offset, int64_t length) override {
396 return ConsumeImpl(batch, offset, length, GrouperMode::kPopulate).status();
397 }
398
399 Result<Datum> Consume(const ExecSpan& batch, int64_t offset, int64_t length) override {
400 return ConsumeImpl(batch, offset, length, GrouperMode::kConsume);

Callers 4

InitMethod · 0.45
ExpectPopulateMethod · 0.45
TESTFunction · 0.45
TestRandomLookupFunction · 0.45

Calls 1

statusMethod · 0.45

Tested by 3

ExpectPopulateMethod · 0.36
TESTFunction · 0.36
TestRandomLookupFunction · 0.36