apache / datafusion-comet
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.
  • 326 files, 58,860 LOC (17.9% vs. main code).
  • "native" is biggest, containing 62.39% of LOC.
  • "conf" is smallest, containing 0.01% of LOC.


native36721 LOC (11%) 156 files
spark13132 LOC (4%) 90 files
common8132 LOC (2%) 70 files
fuzz-testing483 LOC (<1%) 5 files
dev365 LOC (<1%) 3 files
ROOT19 LOC (<1%) 1 file
conf8 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.
spark324 commits (40%)
native192 commits (24%)
common131 commits (16%)
fuzz-testing8 commits (1%)
dev6 commits (<1%)
ROOT3 commits (<1%)
conf1 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
native
430
342
spark
214
455
common
74
193
fuzz-testing
6
14
dev
6
ROOT
1
2
conf
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 native native native--native 68 common common native--common 19 spark spark spark--native 43 spark--spark 59 spark--common 31 common--common 11 fuzz-testing fuzz-testing fuzz-testing--spark 1 fuzz-testing--fuzz-testing 1 ROOT ROOT ROOT--native 1


2025-05-07 20:56