duckdb_bind_add_result_column

Function duckdb_bind_add_result_column 

Source
pub unsafe extern "C" fn duckdb_bind_add_result_column(
    info: duckdb_bind_info,
    name: *const c_char,
    type_: duckdb_logical_type,
)
Expand description

Adds a result column to the output of the table function.

@param info The table function’s bind info. @param name The column name. @param type The logical column type.