Skip to main content

SHORT

Constant SHORT 

Source
pub const SHORT: i16 = qnull_base::H; // -32_768i16
Expand description

Null value of short (0Nh).

ยงExample

use kdbplus::ipc::*;

let q_short_null = K::new_short(qnull::SHORT);
assert_eq!(format!("{}", q_short_null), String::from("0Nh"));