Function mentat_ffi::query_builder_bind_timestamp [] [src]

#[no_mangle]
pub unsafe extern "C" fn query_builder_bind_timestamp(
    query_builder: *mut QueryBuilder,
    var: *const c_char,
    value: c_longlong
)

Binds a TypedValue::Instant to a Variable with the given name. Takes a timestamp in microseconds.