pub fn ingest_ntriples(
input: &Path,
output: &Path,
) -> Result<IngestStats, Box<dyn Error>>Expand description
Ingest an N-Triples file at input and write a unified v2 .q42 to output.
Uses ExternalSorter (out-of-core K-way merge, ~48 MB peak) to stay within the 512 MB RAM floor on arbitrarily large inputs.