mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 09:16:22 +02:00
dont inline that
This commit is contained in:
parent
6a224dfb53
commit
9cba8ffe8c
1 changed files with 1 additions and 1 deletions
|
|
@ -4314,7 +4314,7 @@ complete:
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline int vec0_metadata_chunk_size(vec0_metadata_column_kind kind, int chunk_size) {
|
int vec0_metadata_chunk_size(vec0_metadata_column_kind kind, int chunk_size) {
|
||||||
switch(kind) {
|
switch(kind) {
|
||||||
case VEC0_METADATA_COLUMN_KIND_BOOLEAN:
|
case VEC0_METADATA_COLUMN_KIND_BOOLEAN:
|
||||||
return chunk_size / 8;
|
return chunk_size / 8;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue