finish index feature

This commit is contained in:
2026-04-07 11:49:42 +06:00
parent 8ba956d8c5
commit 15db6e81db
37 changed files with 1047 additions and 170 deletions

12
.vscode/launch.json vendored
View File

@@ -72,6 +72,18 @@
"args": [],
"showLog": true,
"console": "integratedTerminal"
},
{
"name": "Debug LineDB Partitions Example",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/examples/partitions/main.go",
"cwd": "${workspaceFolder}",
"env": {},
"args": [],
"showLog": true,
"console": "integratedTerminal"
}
]
}