Constant kdbplus::ipc::qnull::MONTH

source ·
pub const MONTH: NaiveDate;
Expand description

Null value of month (0Nm).

Example

use kdbplus::ipc::*;

fn main() {
    let q_month_null = K::new_month(qnull::MONTH);
    assert_eq!(format!("{}", q_month_null), String::from("0Nm"));
}

Note

The range of month in Rust is narrower than in q.