duckdb_table_function_init_t typedef

! The (possibly thread-local) init function of the table function.

Implementation

typedef duckdb_table_function_init_t
    = ffi.Pointer<ffi.NativeFunction<duckdb_table_function_init_tFunction>>;