mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-29 17:21:16 +08:00
9 lines
111 B
C
9 lines
111 B
C
#ifndef BITVECTOR_H
|
|
#define BITVECTOR_H
|
|
|
|
#include "utils/varbit.h"
|
|
|
|
VarBit *InitBitVector(int dim);
|
|
|
|
#endif
|