This is an implementation of the the simple bitmap index without the first binning step. More...
#include "index.h"
Go to the source code of this file.
Classes | |
class | ibis::direkte |
A version of precise index that directly uses the integer values. More... | |
This is an implementation of the the simple bitmap index without the first binning step.
It directly uses the integer values as bin number. The word direkte
in Danish means direct
.