Contributor Guide

Workspace Dependency Graph

qianmoQqianmoQ· 更新于 2026-09-22· 阅读 3 分钟· 0 次阅读

登录后可跨设备保存划线和私人笔记登录

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)

− +

Open SVG ↗

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.

评论

登录后参与评论

正在加载评论…