Currently we must set duckdb thread to 1 to use DuckDB::TableFunction functionality. make DuckDB::TableFunction work multi thread duckdb. ``` con.execute('SET threads=1') we need this to use DuckDB::TableFunction ```
Currently we must set duckdb thread to 1 to use DuckDB::TableFunction functionality.
make DuckDB::TableFunction work multi thread duckdb.