mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:21:01 +00:00
This patch implements a basic hash index. It uses the extendible hashing algorith. Also includes a test file. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestSqlBtreeIndex.cpp | ||
| TestSqlExpressionParser.cpp | ||
| TestSqlHashIndex.cpp | ||
| TestSqlStatementParser.cpp | ||
| TestSqlValueAndTuple.cpp | ||