Skip to main content

Module datafusion

Module datafusion 

Source
Expand description

Planner, QueryEngine implementations based on DataFusion.

Modulesยง

error ๐Ÿ”’
json_expr_planner ๐Ÿ”’
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.