INSERT and SELECT from a file-backed table such as File, URL or S3.
Output formats are used to arrange the results of a SELECT, and to perform INSERTs into a file-backed table.
As well as the data formats that ClickHouse supports, chDB also supports:
ArrowTableas an output format, the type is Pythonpyarrow.TableDataFrameas an input and output format, the type is Pythonpandas.DataFrame. For examples, seetest_joindf.pyDebugas ab output (as an alias ofCSV), but with enabled debug verbose output from ClickHouse.
For further information and examples, see ClickHouse formats for input and output data.