process_mining

Function export_ocel_sqlite_to_vec

Source
pub fn export_ocel_sqlite_to_vec(ocel: &OCEL) -> Result<Vec<u8>, Error>
Expand description

Export an OCEL to an SQLite to a byte array

Note: This function is only available if the ocel-sqlite feature is enabled.