Skip to main content

U

Constant U 

Source
pub const U: [c_uchar; 16];
Expand description

Null value of GUID.

ยงExample

use kdbplus::*;
use kdbplus::api::*;

#[no_mangle]
pub extern "C" fn guid_border(_: K) -> K{
  new_guid(qnull_base::U)
}
q)guid_border: `libapi_examples 2: (`guid_border; 1);
q)guid_border[]
0Ng