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

Method GetFragments

cpp/src/arrow/dataset/dataset.cc:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208Result<FragmentIterator> Dataset::GetFragments() {
209 return GetFragments(compute::literal(true));
210}
211
212Result<FragmentIterator> Dataset::GetFragments(compute::Expression predicate) {
213 ARROW_ASSIGN_OR_RAISE(

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected