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 |
Directly use the integer values as bin number to avoid some intemdiate steps. 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
.
![]() |