apache / incubator-gluten
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
51,020 LOC (24%)
191 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
51,020 LOC (24%)
191 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
191
files match defined criteria (
51,020
LOC,
24.6%
vs. main code):
110
*.scala files (
22,625
LOC)
30
*.cpp files (
10,465
LOC)
12
*.cc files (
6,102
LOC)
20
*.java files (
5,222
LOC)
14
*.h files (
3,058
LOC)
4
*.proto files (
2,652
LOC)
1
*.py files (
896
LOC)
294
lines match the content pattern.
details...
per component - primary logical decomposition
cpp-ch
in 40 files, 14,055 LOC (24%)
backends-clickhouse
in 32 files, 6,980 LOC (20%)
cpp
in 18 files, 6,896 LOC (28%)
tools
in 2 files, 1,137 LOC (4%)
gluten-substrait
in 30 files, 5,998 LOC (32%)
shims
in 14 files, 5,140 LOC (33%)
backends-velox
in 20 files, 4,170 LOC (33%)
gluten-core
in 10 files, 1,145 LOC (18%)
gluten-arrow
in 7 files, 2,617 LOC (49%)
gluten-ras
in 8 files, 1,139 LOC (31%)
gluten-flink
in 8 files, 1,501 LOC (51%)
gluten-iceberg
in 1 file 157 LOC (27%)
gluten-kafka
in 1 file 85 LOC (50%)