apache / arrow-rs
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
49,119 LOC (28%)
49 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
49,119 LOC (28%)
49 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)( |:| ).*
".
49
files match defined criteria (
49,119
LOC,
28.5%
vs. main code):
48
*.rs files (
49,050
LOC)
1
*.py files (
69
LOC)
75
lines match the content pattern.
details...
per component - primary logical decomposition
parquet
in 25 files, 26,094 LOC (43%)
arrow-array
in 5 files, 5,374 LOC (22%)
arrow-flight
in 2 files, 1,992 LOC (20%)
arrow-json
in 1 file 138 LOC (1%)
arrow-ipc
in 2 files, 4,773 LOC (70%)
arrow-select
in 1 file 1,895 LOC (30%)
arrow-cast
in 1 file 341 LOC (6%)
arrow-schema
in 5 files, 2,079 LOC (42%)
arrow-data
in 2 files, 1,839 LOC (38%)
arrow-csv
in 1 file 2,105 LOC (68%)
arrow-integration-test
in 1 file 1,188 LOC (42%)
parquet_derive
in 1 file 1,005 LOC (84%)
arrow-integration-testing
in 1 file 227 LOC (36%)
dev
in 1 file 69 LOC (67%)