count collisions

This commit is contained in:
Vitor Santos Costa 2013-01-08 22:06:22 +00:00
parent f7adcf9b44
commit 8ce30976ce

View File

@ -166,6 +166,7 @@ typedef struct index_t {
PredEntry *ap;
CELL bmap;
int is_key;
UInt ncols;
UInt hsize;
CELL **key;
CELL *cls;