Skip to main content

TIME

Constant TIME 

Source
pub const TIME: Lazy<Duration>;
Expand description

Null value of time (0Nt).

ยงExample

use kdbplus::ipc::*;

let q_time_null = K::new_time(*qnull::TIME);
assert_eq!(format!("{}", q_time_null), String::from("0Nt"));