FastBit Quaere Interface. More...
#include "part.h"
Go to the source code of this file.
Classes | |
class | ibis::quaere |
An abstract query interface. More... | |
Namespaces | |
ibis | |
The current implementation of FastBit is code named IBIS; most data structures and functions are in the name space ibis. | |
Functions | |
ibis::part * | ibis::findDataset (const char *) |
Find a dataset with the given name. More... | |
ibis::part * | ibis::findDataset (const char *, const ibis::partList &) |
Find a dataset with the given name among the given list. More... | |
FastBit Quaere Interface.
This is the public interface to a set of functions that performs query operations. It is intended to replace query.h.