| 217 | } |
| 218 | |
| 219 | Result<FragmentGenerator> Dataset::GetFragmentsAsync() { |
| 220 | return GetFragmentsAsync(compute::literal(true)); |
| 221 | } |
| 222 | |
| 223 | Result<FragmentGenerator> Dataset::GetFragmentsAsync(compute::Expression predicate) { |
| 224 | ARROW_ASSIGN_OR_RAISE( |
nothing calls this directly
no test coverage detected