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
44,287 LOC (29%)
46 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
44,287 LOC (29%)
46 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)( |:| ).*
".
46
files match defined criteria (
44,287
LOC,
29.4%
vs. main code):
45
*.rs files (
44,218
LOC)
1
*.py files (
69
LOC)
70
lines match the content pattern.
details...
per component - primary logical decomposition
parquet
in 21 files, 19,512 LOC (43%)
arrow-array
in 4 files, 2,875 LOC (16%)
object_store
in 5 files, 4,161 LOC (33%)
arrow-ord
in 1 file 5,236 LOC (55%)
arrow-flight
in 2 files, 647 LOC (8%)
arrow-select
in 1 file 1,581 LOC (38%)
arrow-data
in 2 files, 1,632 LOC (40%)
arrow-ipc
in 2 files, 2,349 LOC (65%)
arrow-string
in 1 file 1,651 LOC (47%)
arrow-schema
in 2 files, 803 LOC (27%)
arrow-integration-test
in 1 file 1,222 LOC (43%)
arrow-csv
in 1 file 1,667 LOC (67%)
parquet_derive
in 1 file 822 LOC (92%)
arrow-integration-testing
in 1 file 60 LOC (13%)
dev
in 1 file 69 LOC (67%)