Expand description
§ClickHouse
SQL DataFusion
TableProvider
This module implements a SQL TableProvider
for DataFusion
.
This is used as a fallback if the datafusion-federation
optimizer is not enabled.
Structs§
- Click
House SqlExec - A custom
ExecutionPlan
forSqlTable
s. - SqlTable
- A
TableProvider
for remoteClickHouse
sql tables.
Enums§
- Join
Push Down - Controls whether join pushdown is allowed, and under what conditions
Functions§
- execute_
sql_ query - Helper function to execute a SQL query and return a stream of record batches.
- project_
schema_ safe - Project a schema safely, taking into account empty columns