Function mentat_ffi::query_builder_bind_kw
[−]
[src]
#[no_mangle]pub unsafe extern "C" fn query_builder_bind_kw(
query_builder: *mut QueryBuilder,
var: *const c_char,
value: *const c_char
)
Binds a TypedValue::Ref to a Variable with the given name. Takes a keyword as a c string in the format
:namespace/name
and converts it into an NamespacedKeyworf.