1 #ifndef GENIE_INTERFACE_TYPES_H_ 2 #define GENIE_INTERFACE_TYPES_H_ 20 typedef std::pair<std::vector<int>, std::vector<int> >
SearchResult;
This is the top-level namespace of the project.
std::vector< std::vector< int > > QueryData
Raw query data format used for building the queries.
std::vector< std::vector< int > > TableData
Raw table data format used for building the table.
std::pair< std::vector< int >, std::vector< int > > SearchResult
Matching result (top K's ID and count).