Skip to main content

INT

Constant INT 

Source
pub const INT: i32 = qinf_base::I; // 2_147_483_647i32
Expand description

Infinity value of int (0Wi).

ยงExample

use kdbplus::ipc::*;

let q_int_inf = K::new_int(qinf::INT);
assert_eq!(format!("{}", q_int_inf), String::from("0Wi"));