Skip to main content

read_store_from_path

Function read_store_from_path 

Source
pub fn read_store_from_path(
    path: &Path,
) -> Result<NumericFeatureBufferStore, DataError>
Expand description

Read a store back from path. Errors propagate the validation failure from deserialize_columnar_store alongside the path for diagnostics.