serialize_source_id

Function serialize_source_id 

Source
pub fn serialize_source_id(source: &SourceId) -> Vec<u8> 
Expand description

Serialize a SourceId for use in database keys Returns [type_byte, …id_bytes] where type_byte is 0x01 for Table, 0x02 for View, 0x03 for TableVirtual, 0x04 for RingBuffer, 0x05 for Flow