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

Method GetFragmentsAsync

cpp/src/arrow/dataset/dataset.cc:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219Result<FragmentGenerator> Dataset::GetFragmentsAsync() {
220 return GetFragmentsAsync(compute::literal(true));
221}
222
223Result<FragmentGenerator> Dataset::GetFragmentsAsync(compute::Expression predicate) {
224 ARROW_ASSIGN_OR_RAISE(

Callers

nothing calls this directly

Calls 5

SimplifyWithGuaranteeFunction · 0.85
GetCpuThreadPoolFunction · 0.85
IsSatisfiableMethod · 0.80
literalFunction · 0.50
ARROW_ASSIGN_OR_RAISEFunction · 0.50

Tested by

no test coverage detected