mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 14:01:31 +08:00
9 lines
105 B
C
9 lines
105 B
C
#ifndef BITVEC_H
|
|
#define BITVEC_H
|
|
|
|
#include "utils/varbit.h"
|
|
|
|
VarBit *InitBitVector(int dim);
|
|
|
|
#endif
|