pub fn decode_optional_timestamp(value: u64) -> Option<UnixNanos>
Decodes a timestamp from the given optional value.
Databento uses u64::MAX as UNDEF_TIMESTAMP sentinel for null timestamps.
u64::MAX
UNDEF_TIMESTAMP