Function cassandra_cpp_sys::cass_function_meta_called_on_null_input [] [src]

pub unsafe extern "C" fn cass_function_meta_called_on_null_input(
    function_meta: *const CassFunctionMeta
) -> cass_bool_t

Gets whether a function is called on "null".

@cassandra{2.2+}

@public @memberof CassFunctionMeta

@param[in] function_meta @return cass_true if a function is called on null, otherwise cass_false.