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.

info: The info object name: The name of the column type: The logical type of the column