| 206 | } |
| 207 | |
| 208 | Result<FragmentIterator> Dataset::GetFragments() { |
| 209 | return GetFragments(compute::literal(true)); |
| 210 | } |
| 211 | |
| 212 | Result<FragmentIterator> Dataset::GetFragments(compute::Expression predicate) { |
| 213 | ARROW_ASSIGN_OR_RAISE( |
nothing calls this directly
no test coverage detected