The null bundle. It contains only a list of RIDs. More...
#include <bundle.h>
Public Member Functions | |
| bundle0 (const ibis::query &q) | |
| bundle0 (const ibis::query &q, const ibis::bitvector &hits) | |
| virtual void | print (std::ostream &out) const |
| Print the bundle values to the specified output stream. | |
| virtual void | printAll (std::ostream &out) const |
| Print the bundle values along with the RIDs. | |
| virtual void | reorder (const char *, int) |
| Re-order the bundles according to the new keys. | |
| virtual uint32_t | size () const |
| Return the number of bundles. | |
| virtual long | truncate (const char *, int, uint32_t) |
| Truncate the list of bundle based on specified keys. | |
| virtual long | truncate (uint32_t, uint32_t) |
| Truncate the list of bundles. | |
| virtual long | truncate (uint32_t) |
| Truncate the list of bundles. | |
| virtual void | write (const ibis::query &q) const |
Write the bundle to the directory for the query q. | |
The null bundle. It contains only a list of RIDs.
|
| |