apache / datafusion
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 7 components.
  • 1,027 files, 286,606 LOC (100.0% vs. main code).
  • "datafusion" is biggest, containing 96.62% of LOC.
  • "datafusion-examples" is smallest, containing 0.03% of LOC.


datafusion276923 LOC (96%) 858 files
benchmarks3779 LOC (1%) 126 files
datafusion-cli3500 LOC (1%) 14 files
test-utils1464 LOC (<1%) 13 files
dev482 LOC (<1%) 8 files
ROOT384 LOC (<1%) 7 files
datafusion-examples74 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
datafusion4260 commits (41%)
datafusion-cli325 commits (3%)
ROOT227 commits (2%)
benchmarks148 commits (1%)
datafusion-examples112 commits (1%)
dev42 commits (<1%)
test-utils42 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022 2021 2020 2019 2018 2017
datafusion
2968
8529
3757
1916
datafusion-cli
46
150
123
96
71
benchmarks
39
153
75
30
34
ROOT
38
97
63
22
12
test-utils
3
35
11
17
datafusion-examples
5
16
28
39
24
dev
19
11
9
10
1


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G datafusion datafusion datafusion--datafusion 492 ROOT ROOT datafusion--ROOT 33 benchmarks benchmarks datafusion--benchmarks 7 ROOT--ROOT 1 datafusion-cli datafusion-cli datafusion-cli--datafusion 23 datafusion-cli--ROOT 14 datafusion-cli--datafusion-cli 9 datafusion-cli--benchmarks 1 datafusion-examples datafusion-examples datafusion-cli--datafusion-examples 1 test-utils test-utils datafusion-cli--test-utils 1 benchmarks--ROOT 2 benchmarks--benchmarks 10 datafusion-examples--datafusion 7 datafusion-examples--ROOT 3 test-utils--datafusion 6 test-utils--ROOT 2 test-utils--test-utils 4 dev dev dev--ROOT 1 dev--datafusion-cli 1


2025-05-07 20:26