Function get_record_timestamp

Source
pub fn get_record_timestamp<T: ByteOrder>(
    record_type: RecordType,
    data: RawData<'_>,
    parse_info: &RecordParseInfo,
) -> Option<u64>
Expand description

Get the timestamp from an event record, with the help of RecordParseInfo.

This can be used for record sorting, without having to wrap the record into a RawRecord.o