duckdb_table_function_t typedef

! The function to generate an output chunk during table function execution.

Implementation

typedef duckdb_table_function_t
    = ffi.Pointer<ffi.NativeFunction<duckdb_table_function_tFunction>>;