Skip to main content

import_changes

Function import_changes 

Source
pub fn import_changes<R: BufRead>(
    store: &KuzuStore,
    reader: R,
) -> Result<(ImportStats, u64)>