souffle
2.0.2-371-g6315b36
|
The index class is utilized as a template-meta-programming structure to specify and realize indices. More...
#include <Util.h>
Public Types | |
using | comparator = index_utils::comparator< Columns... > |
The index class is utilized as a template-meta-programming structure to specify and realize indices.
Columns | ... the order in which elements of the relation to be indexed shell be considered by this index. |
using souffle::interpreter::index< Columns >::comparator = index_utils::comparator<Columns...> |