Introduces support for asynchronous inserts into table functions in ClickHouse.
Why it matters
This feature addresses the limitation where asynchronous inserts were not possible for table functions, enabling improved concurrency and performance for insert operations using table functions.How to use it
Users can now perform asynchronous inserts into table functions without additional configuration. Just use the standard asynchronous insert commands targeting table functions as you would with regular tables.