Skip to main content

deserialize_columnar_store

Function deserialize_columnar_store 

Source
pub fn deserialize_columnar_store(
    bytes: &[u8],
) -> Result<NumericFeatureBufferStore, DataError>
Expand description

Parse a .n4d byte stream back into a store. Rejects unknown magic, unsupported versions, truncated streams, and any tampering of the payload caught by SHA-256 mismatch.