duckdb_table_function_bind_t

Type Alias 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§

pub enum duckdb_table_function_bind_t {
    None,
    Some(unsafe extern "C" fn(*mut _duckdb_bind_info)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _duckdb_bind_info))

Some value of type T.