Skip to main content

Module explain

Module explain 

Source

Structs§

ExplainResult
Result of an EXPLAIN query.
PlanNode
Structured representation of a query plan node for UI rendering.
PlanNodeField
PlanNodeMetrics

Functions§

logical_plan_to_tree
Recursively convert a DataFusion LogicalPlan into a PlanNode tree.
physical_plan_to_tree
Recursively convert a DataFusion ExecutionPlan into a PlanNode tree.
sanitize_plan_text
Strip object-store URIs and absolute file paths from DataFusion plan text.