The null bundle. It contains only a list of RIDs. More...
#include <bundle.h>
Public Member Functions | |
| bundle0 (const ibis::query &q) | |
| Constructor. | |
| bundle0 (const ibis::query &q, const ibis::bitvector &hits) | |
| Constructor. | |
| bundle0 (const ibis::part &t, const ibis::selectClause &s) | |
| Constructor. | |
| 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 | printColumnNames (std::ostream &) const |
| Print column names. No column name to print in this case. | |
| virtual void | reorder (const char *) |
| Re-order the bundles according to the new keys. | |
| virtual long | truncate (uint32_t) |
| Truncate the list of bundles. | |
| virtual long | truncate (uint32_t, uint32_t) |
| Truncate the list of bundles. | |
| virtual long | truncate (const char *, uint32_t) |
| Truncate the list of bundle based on specified keys. | |
| 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.
|
| |