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.