Module datafusion

Source
Expand description

Planner, QueryEngine implementations based on DataFusion.

Modules§

error 🔒
planner 🔒

Structs§

DatafusionQueryEngine
DfContextProviderAdapter

Constants§

QUERY_FALLBACK_HINT
Whether to fallback to the original plan when failed to push down.
QUERY_PARALLELISM_HINT
Query parallelism hint key. This hint can be set in the query context to control the parallelism of the query execution.