apache / calcite-avatica-go
Components & Dependencies

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.

Learn more...
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.
  • 25 files, 6,921 LOC (100.0% vs. main code).
  • "message" is biggest, containing 74.31% of LOC.
  • "internal" is smallest, containing 0.26% of LOC.


message5143 LOC (74%) 4 files
ROOT1290 LOC (18%) 16 files
phoenix277 LOC (4%) 1 file
hsqldb81 LOC (1%) 1 file
generic81 LOC (1%) 1 file
errors31 LOC (<1%) 1 file
internal18 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 10 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 10 links contain 10 dependencies.
G ROOT ROOT phoenix phoenix internal internal phoenix->internal 1 message message phoenix->message 1 errors errors phoenix->errors 1 internal->message 1 hsqldb hsqldb hsqldb->internal 1 hsqldb->message 1 hsqldb->errors 1 generic generic generic->internal 1 generic->message 1 generic->errors 1


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
ROOT66 commits (27%)
message10 commits (4%)
phoenix6 commits (2%)
hsqldb6 commits (2%)
generic6 commits (2%)
internal4 commits (1%)
errors1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020 2019 2018 2017 2016
ROOT
6
29
14
28
33
60
14
message
7
3
4
3
6
3
phoenix
1
3
2
internal
1
1
2
hsqldb
1
3
2
generic
1
3
2
errors
1


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


2023-08-10 18:40