pub fn deserialize_source_id(bytes: &[u8]) -> Result<SourceId>Expand description
Deserialize a SourceId from database key bytes Expects [type_byte, …id_bytes] where type_byte is 0x01 for Table, 0x02 for View, 0x03 for TableVirtual, 0x04 for RingBuffer, 0x05 for Flow