Contributor Guide
Workspace Dependency Graph
登录后可跨设备保存划线和私人笔记登录
Workspace Dependency Graph#
This page shows the dependency relationships between DataFusion’s workspace crates. This only includes internal dependencies, external crates like Arrow are not included
The dependency graph is auto-generated by docs/scripts/generate_dependency_graph.sh to ensure it stays up-to-date, and the script now runs automatically as part of docs/build.sh.
Dependency Graph for Workspace Crates#
Interactive SVG (pan, zoom, search)
− +
Legend#
- black lines: normal dependency
- blue lines: dev-dependency
- green lines: build-dependency
- dotted lines: optional dependency (could be removed by disabling a cargo feature)
Transitive dependencies are intentionally ignored to keep the graph readable.
The dependency graph is generated through cargo depgraph by docs/scripts/generate_dependency_graph.sh.
评论
登录后参与评论
正在加载评论…
KnowForge