mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
unit tests
This commit is contained in:
parent
776d86cc0c
commit
f36d4a02c6
2 changed files with 52 additions and 1 deletions
|
|
@ -3427,7 +3427,7 @@ void vec0_free(vec0_vtab *p) {
|
|||
}
|
||||
}
|
||||
|
||||
inline int vec0_num_defined_user_columns(vec0_vtab *p) {
|
||||
int vec0_num_defined_user_columns(vec0_vtab *p) {
|
||||
return p->numVectorColumns + p->numPartitionColumns;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue