apache / datafusion-python
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 5 components.
  • 139 files, 15,248 LOC (100.0% vs. main code).
  • "src" is biggest, containing 64.6% of LOC.
  • "dev" is smallest, containing 1.1% of LOC.


src9850 LOC (64%) 88 files
python3498 LOC (22%) 19 files
benchmarks1535 LOC (10%) 26 files
ROOT198 LOC (1%) 3 files
dev167 LOC (1%) 3 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src221 commits (56%)
ROOT107 commits (27%)
python80 commits (20%)
dev11 commits (2%)
benchmarks11 commits (2%)
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
src
122
224
310
59
python
79
115
ROOT
20
30
46
18
benchmarks
9
5
30
dev
4
5
2
2


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 src src src--src 13 python python src--python 22 ROOT ROOT src--ROOT 8 python--python 18 ROOT--python 9 ROOT--ROOT 2 benchmarks benchmarks ROOT--benchmarks 4 dev dev ROOT--dev 3 benchmarks--src 1 benchmarks--python 4 benchmarks--benchmarks 3 dev--python 3 dev--benchmarks 3 dev--dev 1


2025-05-07 20:39