mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 15:46:54 +08:00
Removed unused fields from IvfflatTypeInfo [skip ci]
This commit is contained in:
@@ -152,9 +152,7 @@ typedef struct IvfflatLeader
|
|||||||
|
|
||||||
typedef struct IvfflatTypeInfo
|
typedef struct IvfflatTypeInfo
|
||||||
{
|
{
|
||||||
int dimensions;
|
|
||||||
int maxDimensions;
|
int maxDimensions;
|
||||||
int itemsize;
|
|
||||||
void (*updateCenter) (Pointer v, int dimensions, float *x);
|
void (*updateCenter) (Pointer v, int dimensions, float *x);
|
||||||
void (*sumCenter) (Pointer v, float *x);
|
void (*sumCenter) (Pointer v, float *x);
|
||||||
} IvfflatTypeInfo;
|
} IvfflatTypeInfo;
|
||||||
|
|||||||
Reference in New Issue
Block a user