Skip to main content

INT

Constant INT 

Source
pub const INT: i32 = qnull_base::I; // -2_147_483_648i32
Expand description

Null value of int (0Ni).

ยงExample

use kdbplus::ipc::*;

let q_int_null = K::new_int(qnull::INT);
assert_eq!(format!("{}", q_int_null), String::from("0Ni"));