Function mentat_ffi::query_builder_bind_ref_kw [] [src]

#[no_mangle]
pub unsafe extern "C" fn query_builder_bind_ref_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.

Panics

If the provided keyword does not map to a valid keyword in the schema.