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

Function dataset___Scanner__TakeRows

r/src/dataset.cpp:536–540  ·  view source on GitHub ↗

[[dataset::export]]

Source from the content-addressed store, hash-verified

534
535// [[dataset::export]]
536std::shared_ptr<arrow::Table> dataset___Scanner__TakeRows(
537 const std::shared_ptr<ds::Scanner>& scanner,
538 const std::shared_ptr<arrow::Array>& indices) {
539 return ValueOrStop(scanner->TakeRows(*indices));
540}
541
542// [[dataset::export]]
543r_vec_size dataset___Scanner__CountRows(const std::shared_ptr<ds::Scanner>& scanner) {

Callers 1

Calls 2

ValueOrStopFunction · 0.85
TakeRowsMethod · 0.80

Tested by

no test coverage detected