Type Alias libduckdb_sys::duckdb_table_function_bind_t

source ·
pub type duckdb_table_function_bind_t = Option<unsafe extern "C" fn(info: duckdb_bind_info)>;
Expand description

! The bind function of the table function.

Aliased Type§

enum duckdb_table_function_bind_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void))

Some value of type T.