pub fn new_int(int: I) -> KExpand description
Constructor of q int object. Relabeling of ki.
ยงExample
use kdbplus::api::*;
#[no_mangle]
pub extern "C" fn create_int(_: K) -> K{
new_int(86400000)
}q)trvial: `libapi_examples 2: (`create_int; 1);
q)trivial[]
86400000i