Files
pgvector/src/bitvec.h
2024-04-25 17:50:14 -07:00

9 lines
105 B
C

#ifndef BITVEC_H
#define BITVEC_H
#include "utils/varbit.h"
VarBit *InitBitVector(int dim);
#endif