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

Method MakeFragment

cpp/src/arrow/dataset/file_base.cc:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164Result<std::shared_ptr<FileFragment>> FileFormat::MakeFragment(
165 FileSource source, std::shared_ptr<Schema> physical_schema) {
166 return MakeFragment(std::move(source), compute::literal(true),
167 std::move(physical_schema));
168}
169
170Result<std::shared_ptr<FileFragment>> FileFormat::MakeFragment(
171 FileSource source, compute::Expression partition_expression) {

Callers 3

TestScanWithBOMMethod · 0.45

Calls 1

literalFunction · 0.50

Tested by 3

TestScanWithBOMMethod · 0.36