This folder contains detailed documentation for the PAC DuckDB extension.
| Document | Description |
|---|---|
| build/README.md | Build instructions |
| pac/README.md | PAC algorithm implementation details |
| pac/utility.md | PAC utility diff for accuracy measurement |
| pac/query_operators.md | Query operators |
| pac/runtime_checks.md | Runtime checks |
| pac/ptracking.md | Persistent secret p-tracking |
| pac/pac_parser.md | PAC parser |
| pac/functions.md | PAC functions |
| test/README.md | Running SQL and C++ tests |
| benchmark/README.md | Benchmark overview |
| benchmark/tpch.md | TPC-H benchmark instructions |
| benchmark/tpch_compiler.md | TPC-H compiler benchmark |
| benchmark/microbenchmarks.md | Microbenchmark suite |
| benchmark/clickbench.md | ClickBench benchmark |
| benchmark/sqlstorm.md | SQLStorm benchmark |
| benchmark/utility.md | Benchmark utility |
For the main documentation (syntax, examples, configuration), see the README.md in the repository root.