[[dataset::export]]
| 521 | |
| 522 | // [[dataset::export]] |
| 523 | std::shared_ptr<arrow::Table> dataset___Scanner__head( |
| 524 | const std::shared_ptr<ds::Scanner>& scanner, int n) { |
| 525 | // TODO: make this a full Slice with offset > 0 |
| 526 | return ValueOrStop(scanner->Head(n)); |
| 527 | } |
| 528 | |
| 529 | // [[dataset::export]] |
| 530 | std::shared_ptr<arrow::Schema> dataset___Scanner__schema( |
no test coverage detected