Skip to main content

Module analytics

Module analytics 

Source
Expand description

Analytics module using DuckDB for complex graph queries.

This module is gated behind the duckdb feature flag. When disabled, a stub implementation is provided so the crate can still compile and run on platforms where DuckDB’s bundled C++ library cannot build (e.g. Windows MSVC).

Structs§

Analytics
DuckDB analytics engine for code intelligence.
CallGraphNode
A node in a call graph.
ComplexityResult
Complexity analysis result for a function.
FileStats
File statistics.
ImpactNode
A node in impact analysis.
ModuleDep
Module dependency information.
SqlColumn
A column in a ctx sql result: its name and DuckDB type name.
SqlResult
The result of a ctx sql query: columns plus row-capped data.