05-Indexes_Patricia_Binary

This sample uses a patricia index with a bit vector key. The application demonstrates the use of the generated _exact_match(), _prefix_match() and _next_match() functions for binary (vector<boolean>) patricia indexes. (See file boolobj.c).

How to Run

See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the \target\bin directory:

 
    05_indexes_patricia_binary
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics