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.
- Call
Graph Node - A node in a call graph.
- Complexity
Result - Complexity analysis result for a function.
- File
Stats - File statistics.
- Impact
Node - A node in impact analysis.
- Module
Dep - Module dependency information.
- SqlColumn
- A column in a
ctx sqlresult: its name and DuckDB type name. - SqlResult
- The result of a
ctx sqlquery: columns plus row-capped data.