The current implementation of FastBit is code named IBIS; most data structures and functions are in the name space ibis. More...
Namespaces | |
namespace | math |
A namespace for arithmetic expressions. | |
namespace | util |
Organize the miscellaneous functions under the name util. | |
Classes | |
class | ambit |
The multi-level range based (cumulative) index. More... | |
class | array_t |
Template array_t is a replacement of std::vector. More... | |
class | bad_alloc |
A specialization of std::bad_alloc. More... | |
class | bak |
Maps each value to a lower prevision (decimal) values and use the the low precision value as center of the bin. More... | |
class | bak2 |
A variation on ibis::bak, it splits each bin of ibis::bak in two, one for entries less than the mapped value and one for the entries that greater and equal to the mapped value. More... | |
class | bin |
The equality encoded bitmap index with binning. More... | |
class | bitvector |
A data structure to represent a sequence of bits. More... | |
class | bitvector64 |
A data structure to represent a sequence of bits. More... | |
class | blob |
A class to provide minimal support for byte arrays. More... | |
class | bord |
Class ibis::bord stores all its data in memory. More... | |
class | bundle |
The public interface of bundles. More... | |
class | bundle0 |
The null bundle. It contains only a list of RIDs. More... | |
class | bundle1 |
The bundle with only one component. More... | |
class | bundles |
The bundle with multiple components. More... | |
class | bylt |
The precise version of the two-level range-equality index. More... | |
class | category |
A specialized low-cardinality text field. More... | |
class | colBytes |
A class to store signed 8-bit integer values. More... | |
class | colDoubles |
A class to store double precision floating-point values. More... | |
class | colFloats |
A class to store single precision float-point values. More... | |
class | colInts |
A class to store integer values. More... | |
class | colLongs |
A class to store signed 64-bit integer values. More... | |
class | colShorts |
A class to store short integer values. More... | |
class | colStrings |
A class to store string values. More... | |
class | colUBytes |
A class to store unsigned 64-bit integer values. More... | |
class | colUInts |
A class to store unsigned integer values. More... | |
class | colULongs |
A class to store unsigned 64-bit integer values. More... | |
class | column |
The class to represent a column of a data partition. More... | |
class | colUShorts |
A class to store unsigned short integer values. More... | |
class | colValues |
A pure virtual base class for storing selected values in memory. More... | |
class | compRange |
The class compRange stores computed ranges. More... | |
class | countQuery |
A simple count query. More... | |
class | deprecatedJoin |
A join is defined by two names and a numerical expression. More... | |
class | dictionary |
Provide a dual-directional mapping between strings and integers. More... | |
class | direkte |
Directly use the integer values as bin number to avoid some intemdiate steps. More... | |
class | discretePoisson |
Discrete random number with Poisson distribution exp(-x/lambda). More... | |
class | discretePoisson1 |
Specialized version of the Poisson distribution exp(-x). More... | |
class | discreteZipf |
Discrete Zipf distribution. More... | |
class | discreteZipf1 |
A specialized case of the Zipf distribution f(x) = 1/(1+x). More... | |
class | discreteZipf2 |
A specialized version of the Zipf distribution f(x) = 1/(1+x)^2. More... | |
class | egale |
The multicomponent equality code on bins. More... | |
class | entre |
The multicomponent interval code on bins. More... | |
class | fade |
The multicomponent range-encoded index. More... | |
class | fileManager |
This fileManager is intended to allow different objects to share the same open file. More... | |
class | filter |
A simple filtering query. More... | |
class | fromClause |
A class to represent the from clause. More... | |
class | fromLexer |
Defines a new class with the desired lex function for C++ output of bison. More... | |
class | fuge |
A two-level index. More... | |
class | fuzz |
The precise version of two-level interval-equality index. More... | |
class | horometer |
Horometer -- a primitive timing instrument. More... | |
class | index |
The base index class. More... | |
class | jNatural |
In-memory Natual Join. More... | |
class | jRange |
In-memory Range Join. More... | |
class | keywords |
Class ibis::keywords defines a boolean term-document matrix. More... | |
struct | lessi |
A case-insensitive version of less for comparing names of tables, columns, and other resources. More... | |
class | liga |
A specialization of class mensa. More... | |
class | mensa |
Class ibis::mensa contains multiple (horizontal) data partitions (ibis::part ) to form a logical data table. More... | |
class | MersenneTwister |
Mersenne Twister. More... | |
class | mesa |
This class implements the interval encoding of Chan and Ioannidis. More... | |
class | meshQuery |
The class adds more functionality to ibis::query to handle data from regular meshes. More... | |
class | moins |
The multicomponent range code on bins. More... | |
class | nameList |
A data structure to store a small set of names. More... | |
class | pack |
A two-level index. More... | |
class | pale |
A two-level index. More... | |
class | part |
The class ibis::part represents a partition of a relational table. More... | |
class | qAnyAny |
A user specifies this type of query expression with the following syntax,. More... | |
class | qContinuousRange |
Simple range condition. More... | |
class | qDiscreteRange |
A discrete range expression. More... | |
class | qExpr |
The top level query expression object. More... | |
class | qIntHod |
This query expression has similar meaning as ibis::qDiscreteRange, however, it stores the values as signed 64-bit integers. More... | |
class | qLike |
Representing the operator 'LIKE'. More... | |
class | qMultiString |
The column contains one of the values in a list. More... | |
class | qRange |
A class to represent simple range conditions. More... | |
class | qString |
The class qString encapsulates information for comparing string values. More... | |
class | quaere |
An abstract query interface. More... | |
class | query |
A data structure for representing user queries. More... | |
class | qUIntHod |
This query expression has similar meaning as ibis::qDiscreteRange, however, it stores the values as unsigned 64-bit integers. More... | |
class | randomGaussian |
Continuous Gaussian distribution. More... | |
class | randomPoisson |
Continuous Poisson distribution. More... | |
class | randomZipf |
Continuous Zipf distribution. More... | |
class | range |
The range encoded bitmap index based. More... | |
class | relic |
The basic bitmap index. More... | |
class | resource |
A container for name-value pairs. More... | |
union | rid_t |
The object identifiers used to distinguish records. More... | |
class | ridHandler |
A class for handling file IO for ibis::rid_t. More... | |
class | roster |
A roster is a list of values in ascending order plus their original positions. More... | |
class | sapid |
The multicomponent equality encoded index. More... | |
class | sbiad |
The multicomponent interval encoded index. More... | |
class | selectClause |
A class to represent the select clause. More... | |
class | selectLexer |
Defines a new class with the desired lex function for C++ output of bison. More... | |
class | slice |
The bit-sliced index (O'Neil). It used the binary encoding. More... | |
class | tabele |
A trivial class for a table with exactly one row, one column and one integer value. More... | |
class | table |
The abstract table class. More... | |
class | tableList |
A list of tables. More... | |
class | tablex |
The class for expandable tables. More... | |
class | tabula |
A trivial class for a table with no columns. More... | |
class | tafel |
An expandable table. More... | |
class | text |
A data structure for storing null-terminated text. More... | |
class | uniformRandomNumber |
A functor to generate uniform random number in the range [0, 1). More... | |
class | whereClause |
A representation of the where clause. More... | |
class | whereLexer |
Defines a new class with the desired lex function for C++ output of bison. More... | |
class | zona |
The precise version of the two-level equality-equality index. More... | |
class | zone |
A two-level index. More... | |
Typedefs | |
typedef std::vector< colValues * > | colList |
typedef std::vector< joinspec * > | joinlist |
typedef std::map< const char *, part *, lessi > | partAssoc |
An associative array for data partitions. | |
typedef std::vector< part * > | partList |
A simple list of data partitions. | |
typedef array_t< rid_t > | RIDSet |
Enumerations | |
enum | TYPE_T { UNKNOWN_TYPE = 0, OID, BYTE, UBYTE, SHORT, USHORT, INT, UINT, LONG, ULONG, FLOAT, DOUBLE, CATEGORY, TEXT, BLOB } |
Supported data types. More... | |
Functions | |
ibis::part * | findDataset (const char *) |
Find a dataset with the given name. | |
ibis::resource & | gParameters () |
List of in-memory data. | |
void | init (const char *rcfile=0, const char *mesgfile=0) |
Initializes the memory manager of FastBit. | |
Variables | |
partList | datasets |
Select clause. | |
int | gVerbose = 0 |
Verbosity level. | |
const char * | TYPECODE = "?OBAHGIULVRDCSQ" |
One-character code for the enumeration types. | |
const char ** | TYPESTRING = _ibis_TYPESTRING_local |
Human readable version of the enumeration types. |
The current implementation of FastBit is code named IBIS; most data structures and functions are in the name space ibis.
The name IBIS could be considered as a short-hand for an Implementation of Bitmap Indexing System or Ibis Bitmap Indexing System.
typedef std::map< const char*, part*, lessi > ibis::partAssoc |
An associative array for data partitions.
Only used internally for sorting data partitions.
enum ibis::TYPE_T |
Supported data types.
ibis::part * ibis::findDataset | ( | const char * | pn | ) |
Find a dataset with the given name.
If the named data partition is found, a point to the data partition is returned, otherwise, a nil pointer is returned. If the name is nil, a nil pointer will be returned.
References datasets, ibis::util::envLock, and ibis::part::name().
Referenced by ibis::quaere::create().
ibis::resource & ibis::gParameters | ( | ) |
List of in-memory data.
The function returns a reference to a set of global parameters that affects the execution of the FastBit, such as the maximum number of byte the memory manager may use.
The reference to the global configuration parameters.
Some of the parameters are consulted once. For example, the maximum bytes used by the memory manager is only used once at the construction of the memory manager; modifying this parameter after the initialization of the memory manager will not affect the memory manager any more. Therefore, we recommend the caller to perform all necessary operations with ibis::gParameters before performing other operations.
Referenced by ibis::mensa::addPartition(), ibis::part::append1(), ibis::part::append2(), ibis::bord::backup(), ibis::bin::bin(), ibis::query::clear(), ibis::bin::construct(), ibis::index::create(), fastbit_init(), ibis::fileManager::fileManager(), ibis::text::IDColumnForKeywordIndex(), init(), ibis::query::keepQueryRecords(), ibis::column::loadIndex(), ibis::part::loadIndexes(), ibis::mensa::mensa(), ibis::index::optionalUnpack(), ibis::bin::parseNbins(), ibis::bin::parsePrec(), ibis::bin::parseScale(), ibis::part::part(), ibis::query::query(), ibis::part::queryTest(), ibis::part::quickTest(), ibis::query::removeQueryRecords(), ibis::part::selfTest(), ibis::relic::speedTest(), ibis::bin::speedTest(), ibis::tafel::write(), and ibis::tafel::writeMetaData().
void ibis::init | ( | const char * | rcfile = 0 , |
const char * | mesgfile = 0 |
||
) | [inline] |
Initializes the memory manager of FastBit.
It reads the RC file (rcfile) first before initializes the memory manager. If the caller wishes to read multiple RC files or add parameters to ibis::gParameters, these operations need to take place before calling this function or any function that creates, initializes or uses ibis::array_t, ibis::bitvector, ibis::part or ibis::table. If the user neglects to call ibis::init, the memory manager will be initialized when the first time it is needed.
rcfile | A file containing name-value pairs that specifies parameters for controlling the behavior of ibis. |
mesgfile | Name of the file to contain messages printed by FastBit functions. |
If an RC file is not specified or the file name is null, this function will attempt to read one of the following file (in the given order).
In an RC file, one parameter occupies a line and the equal sign "=" is required to delimit the name and the value, for example,
dataDir = /data/dns cacheDir = /tmp/ibiscache
The minimal recommended parameters of an RC file are
The message file (also called the log file) name may also be specified in the RC file under the key logfile, e.g.,
logfile = /tmp/ibis.log
One may call ibis::util::closeLogFile to close the log file, however it is fine to leave the OS to close it upon the termination of this program.
References datasets, ibis::resource::empty(), ibis::util::envLock, ibis::util::gatherParts(), gParameters(), gVerbose, ibis::fileManager::instance(), and ibis::resource::read().
Select clause.
Initialize the global variable for holding all the datasets.
A global list of data partitions.
Referenced by ibis::filter::count(), ibis::quaere::create(), findDataset(), init(), ibis::filter::roughCount(), ibis::filter::select(), ibis::util::updateDatasets(), and ibis::fileManager::~fileManager().
int ibis::gVerbose = 0 |
Verbosity level.
The larger the value, the more is printed. Default value is 0. A negative value will disable all printing.
Referenced by ibis::part::accessHint(), ibis::index::activate(), ibis::column::actualMinMax(), ibis::part::adaptive2DBins(), ibis::part::adaptive3DBins(), ibis::part::adaptiveFloats(), ibis::part::adaptiveFloatsDetailed(), ibis::part::adaptiveInts(), ibis::part::adaptiveIntsDetailed(), ibis::selectClause::addAgregado(), ibis::index::addBins(), ibis::index::addBits(), ibis::tafel::addColumn(), ibis::part::addColumn(), ibis::mensa::addPartition(), ibis::selectClause::addTerm(), ibis::fileManager::adjustCacheSize(), ibis::bitvector::adjustSize(), ibis::fromClause::alias(), ibis::table::allocateBuffer(), ibis::ambit::ambit(), ibis::whereClause::amplify(), ibis::tafel::append(), ibis::ridHandler::append(), ibis::zone::append(), ibis::pale::append(), ibis::pack::append(), ibis::ambit::append(), ibis::relic::append(), ibis::range::append(), ibis::mesa::append(), ibis::keywords::append(), ibis::direkte::append(), ibis::bak2::append(), ibis::bak::append(), ibis::bin::append(), ibis::column::append(), ibis::blob::append(), ibis::text::append(), ibis::category::append(), ibis::bord::column::append(), ibis::part::append1(), ibis::part::append2(), ibis::tafel::appendRow(), ibis::tafel::appendString(), ibis::column::appendStrings(), ibis::part::appendToBackup(), ibis::column::appendValues(), ibis::array_t< T >::array_t(), ibis::tafel::assignDefaultValue(), ibis::mensa::backup(), ibis::bord::backup(), ibis::fileManager::roFile::beginUse(), ibis::fileManager::storage::beginUse(), ibis::bin::bin(), ibis::bin::binning(), ibis::bin::binningT(), ibis::bin::binOrderT(), ibis::bitvector::bitvector(), ibis::meshQuery::bitvectorToCoordinates(), ibis::meshQuery::blocknd(), ibis::bord::bord(), ibis::fileManager::buffer< T >::buffer(), ibis::mensa::buildIndex(), ibis::part::buildIndexes(), ibis::part::buildQueryList(), ibis::part::buildSorted(), ibis::bundle1::bundle1(), ibis::bundles::bundles(), ibis::bylt::bylt(), ibis::part::calculate(), ibis::bin::checkBin(), ibis::part::checkQueryList(), ibis::util::guardBase::cleanup(), ibis::tafel::clear(), ibis::query::clear(), ibis::mensa::clear(), ibis::fileManager::roFile::clear(), ibis::fileManager::storage::clear(), ibis::fileManager::clear(), ibis::bitvector::clear(), ibis::array_t< T >::clear(), ibis::bitvector64::clusteringFactor(), ibis::bitvector::clusteringFactor(), ibis::part::coarsenBins(), ibis::colStrings::colStrings(), ibis::column::column(), ibis::part::commit(), ibis::table::computeHits(), ibis::column::computeMax(), ibis::column::computeMin(), ibis::bord::column::computeMinMax(), ibis::column::computeSum(), ibis::relic::construct(), ibis::range::construct(), ibis::mesa::construct(), ibis::egale::construct(), ibis::bin::construct(), ibis::bin::convertGranules(), ibis::util::copy(), ibis::array_t< T >::copy(), ibis::bord::copyColumn(), ibis::bord::copyValue(), ibis::jRange::count(), ibis::jNatural::count(), ibis::filter::count(), ibis::part::count3DBins(), ibis::part::count3DWeights(), ibis::query::countDeltaPairs(), ibis::query::countEqualPairs(), ibis::part::countHits(), ibis::query::countPages(), ibis::part::countPages(), ibis::blob::countRawBytes(), ibis::quaere::create(), ibis::index::create(), ibis::colValues::create(), ibis::bundle::create(), ibis::mensa::cursor::cursor(), ibis::part::deactivate(), ibis::bitvector::decompress(), ibis::array_t< T >::deepCopy(), ibis::part::digestMeshShape(), ibis::direkte::direkte(), ibis::bin::divideBitmaps(), ibis::index::divideCounts(), ibis::part::doBackup(), ibis::part::doCompare(), ibis::part::doCompare0(), ibis::query::doEstimate(), ibis::countQuery::doEstimate(), ibis::query::doEvaluate(), ibis::countQuery::doEvaluate(), ibis::fileManager::roFile::doRead(), ibis::tafel::doReserve(), ibis::query::doScan(), ibis::part::doScan(), ibis::countQuery::doScan(), ibis::mensa::cursor::dumpBlock(), ibis::mensa::cursor::dumpIJ(), ibis::mensa::cursor::dumpSome(), ibis::egale::egale(), ibis::fileManager::roFile::endUse(), ibis::fileManager::storage::endUse(), ibis::entre::entre(), ibis::bitvector::erase(), ibis::query::estimate(), ibis::zone::estimate(), ibis::pale::estimate(), ibis::pack::estimate(), ibis::fuge::estimate(), ibis::ambit::estimate(), ibis::relic::estimate(), ibis::index::estimate(), ibis::bin::estimate(), ibis::countQuery::estimate(), ibis::bylt::estimateCost(), ibis::part::estimateRange(), ibis::column::estimateRange(), ibis::query::evaluate(), ibis::zona::evaluate(), ibis::fuzz::evaluate(), ibis::bylt::evaluate(), ibis::keywords::evaluate(), ibis::bin::evaluate(), ibis::countQuery::evaluate(), ibis::part::evaluateJoin(), ibis::part::evaluateRange(), ibis::column::evaluateRange(), ibis::bord::column::evaluateRange(), ibis::part::evaluateRIDSet(), ibis::bord::evaluateTerms(), ibis::blob::extractAll(), ibis::blob::extractSome(), ibis::fade::fade(), fastbit_add_values(), fastbit_build_index(), fastbit_build_indexes(), fastbit_build_query(), fastbit_build_result_set(), fastbit_cleanup(), fastbit_destroy_query(), fastbit_flush_buffer(), fastbit_get_result_rows(), fastbit_get_verbose_level(), fastbit_init(), fastbit_purge_index(), fastbit_purge_indexes(), fastbit_reorder_partition(), fastbit_result_set_get_double(), fastbit_result_set_get_float(), fastbit_result_set_get_int(), fastbit_result_set_get_string(), fastbit_result_set_get_unsigned(), fastbit_result_set_getDouble(), fastbit_result_set_getFloat(), fastbit_result_set_getInt(), fastbit_result_set_getString(), fastbit_result_set_getUnsigned(), fastbit_result_set_next(), fastbit_set_logfile(), fastbit_set_verbose_level(), ibis::fileManager::fileManager(), ibis::part::fill2DBins2(), ibis::part::fill2DBinsWeighted2(), ibis::part::fill3DBins(), ibis::part::fill3DBins2(), ibis::part::fill3DBins3(), ibis::part::fill3DBinsWeighted(), ibis::part::fill3DBinsWeighted2(), ibis::part::fill3DBinsWeighted3(), ibis::mensa::cursor::fillBuffer(), ibis::mensa::cursor::fillBuffers(), ibis::category::fillIndex(), ibis::selectClause::fillNames(), ibis::jRange::fillResult(), ibis::jNatural::fillResult(), ibis::filter::filt(), ibis::column::findLower(), ibis::text::findString(), ibis::column::findUpper(), ibis::bitvector::flip(), ibis::fileManager::flushDir(), ibis::fileManager::flushFile(), ibis::table::freeBuffer(), ibis::table::freeBuffers(), ibis::fromClause::fromClause(), ibis::fuge::fuge(), ibis::fuzz::fuzz(), ibis::fileManager::gainReadAccess(), ibis::util::gatherParts(), ibis::part::get1DBins(), ibis::part::get1DBins_(), ibis::part::get1DDistribution(), ibis::part::get2DBins(), ibis::part::get2DDistribution(), ibis::part::get2DDistributionA(), ibis::part::get2DDistributionI(), ibis::part::get2DDistributionU(), ibis::part::get3DBins(), ibis::part::get3DDistribution(), ibis::part::get3DDistributionA(), ibis::part::get3DDistributionA1(), ibis::part::get3DDistributionA2(), ibis::mensa::getColumnAsDoubles(), ibis::mensa::getColumnAsStrings(), ibis::part::getCumulativeDistribution(), ibis::part::getDistribution(), ibis::fileManager::getFile(), ibis::fileManager::getFileSegment(), ibis::util::getFileSize(), ibis::query::getHitRows(), ibis::countQuery::getHitRows(), ibis::meshQuery::getHitsAsBlocks(), ibis::meshQuery::getHitsAsLines(), ibis::part::getJointDistribution(), ibis::query::getMaxNumHits(), ibis::query::getMinNumHits(), ibis::column::getNullMask(), ibis::meshQuery::getPointsOnBoundary(), ibis::query::getQualifiedBytes(), ibis::query::getQualifiedDoubles(), ibis::query::getQualifiedFloats(), ibis::query::getQualifiedInts(), ibis::query::getQualifiedLongs(), ibis::query::getQualifiedShorts(), ibis::query::getQualifiedStrings(), ibis::query::getQualifiedUBytes(), ibis::query::getQualifiedUInts(), ibis::query::getQualifiedULongs(), ibis::query::getQualifiedUShorts(), ibis::query::getRIDs(), ibis::query::getRIDsInBundle(), ibis::query::getState(), ibis::util::getString(), ibis::part::getUndecidable(), ibis::column::getValuesArray(), ibis::bord::column::getValuesArray(), ibis::bord::groupby(), ibis::roster::icSearch(), ibis::index::index(), ibis::column::indexLock::indexLock(), init(), ibis::index::initBitmaps(), ibis::index::initOffsets(), ibis::dictionary::insert(), ibis::dictionary::insertRaw(), ibis::util::intersect(), ibis::query::isValidToken(), ibis::jNatural::jNatural(), ibis::jRange::jRange(), ibis::relic::keys(), ibis::keywords::keywords(), ibis::bord::column::keywordSearch(), ibis::meshQuery::label1DBlocks(), ibis::meshQuery::label2DBlocks(), ibis::meshQuery::label3DBlocks(), ibis::meshQuery::label4DBlocks(), ibis::meshQuery::labelBlocks(), ibis::meshQuery::labelLines(), ibis::meshQuery::labelLines1(), ibis::liga::liga(), ibis::query::limit(), ibis::meshQuery::linesIn1D(), ibis::meshQuery::linesIn2D(), ibis::meshQuery::linesIn3D(), ibis::meshQuery::linesIn4D(), ibis::meshQuery::linesInND(), ibis::column::loadIndex(), ibis::part::loadIndexes(), ibis::roster::locate(), ibis::relic::locate(), ibis::range::locate(), ibis::bin::locate(), ibis::column::logWarning(), ibis::part::makeBackupCopy(), ibis::part::mapValues(), ibis::index::mapValues(), ibis::bak2::mapValues(), ibis::bak::mapValues(), ibis::part::matchMetaTags(), ibis::mensa::mensa(), ibis::roster::mergeBlock2(), ibis::mesa::mesa(), ibis::moins::moins(), ibis::part::negativeCompare(), ibis::part::negativeScan(), ibis::tafel::normalize(), ibis::array_t< T >::nosharing(), ibis::part::old2DDistribution(), ibis::part::vault::open(), ibis::part::barrel::open(), ibis::bitvector::operator&=(), ibis::bitvector::operator+=(), ibis::bitvector::operator-=(), std::operator<<(), ibis::array_t< T >::operator=(), ibis::roster::operator[](), ibis::dictionary::operator[](), ibis::bitvector::operator^=(), ibis::bitvector::operator|=(), ibis::query::orderby(), ibis::mensa::orderby(), ibis::query::orderPairs(), ibis::util::outerProduct(), ibis::util::outerProductUpper(), ibis::pack::pack(), ibis::part::packCumulativeDistribution(), ibis::part::packDistribution(), ibis::pale::pale(), ibis::whereClause::parse(), ibis::selectClause::parse(), ibis::fromClause::parse(), ibis::tafel::parseLine(), ibis::table::parseNames(), ibis::tablex::parseNamesAndTypes(), ibis::resource::parseNameValuePairs(), ibis::keywords::parseTextFile(), ibis::part::part(), ibis::part::patternSearch(), ibis::category::patternSearch(), ibis::bord::column::patternSearch(), ibis::qUIntHod::print(), ibis::qIntHod::print(), ibis::qDiscreteRange::print(), ibis::zone::print(), ibis::zona::print(), ibis::pale::print(), ibis::pack::print(), ibis::fuzz::print(), ibis::fuge::print(), ibis::bylt::print(), ibis::ambit::print(), ibis::slice::print(), ibis::sbiad::print(), ibis::sapid::print(), ibis::relic::print(), ibis::range::print(), ibis::mesa::print(), ibis::keywords::print(), ibis::fade::print(), ibis::direkte::print(), ibis::bak2::print(), ibis::bak::print(), ibis::moins::print(), ibis::entre::print(), ibis::egale::print(), ibis::bin::print(), ibis::bundles::print(), ibis::bundle1::print(), ibis::bitvector64::print(), ibis::bitvector::print(), ibis::bundles::printAll(), ibis::bundle1::printAll(), ibis::bundle0::printAll(), ibis::query::printRIDs(), ibis::array_t< T >::printStatus(), ibis::query::processJoin(), ibis::part::purgeInactive(), ibis::qContinuousRange::qContinuousRange(), ibis::qDiscreteRange::qDiscreteRange(), ibis::qIntHod::qIntHod(), ibis::qLike::qLike(), ibis::query::query(), ibis::part::queryTest(), ibis::part::quickTest(), ibis::qUIntHod::qUIntHod(), ibis::range::range(), ibis::part::reactivate(), ibis::ridHandler::read(), ibis::resource::read(), ibis::zone::read(), ibis::zona::read(), ibis::pale::read(), ibis::pack::read(), ibis::fuzz::read(), ibis::fuge::read(), ibis::bylt::read(), ibis::ambit::read(), ibis::slice::read(), ibis::relic::read(), ibis::range::read(), ibis::keywords::read(), ibis::fade::read(), ibis::direkte::read(), ibis::egale::read(), ibis::bin::read(), ibis::fileManager::storage::read(), ibis::dictionary::read(), ibis::bitvector64::read(), ibis::bitvector::read(), ibis::array_t< T >::read(), ibis::bin::readBinBoundaries(), ibis::blob::readBlob(), ibis::tafel::readCSV(), ibis::util::readInt(), ibis::dictionary::readKeys(), ibis::column::readLock::readLock(), ibis::part::readMeshShape(), ibis::part::readMetaData(), ibis::part::readMetaTags(), ibis::tablex::readNamesAndTypes(), ibis::query::readQuery(), ibis::dictionary::readRaw(), ibis::part::readRIDs(), ibis::bundle::readRIDs(), ibis::tafel::readSQLDump(), ibis::tafel::readSQLStatement(), ibis::util::readString(), ibis::text::readString(), ibis::keywords::readTDLine(), ibis::keywords::readTermDocFile(), ibis::util::readUInt(), ibis::fromClause::realName(), ibis::query::recordDeltaPairs(), ibis::query::recordEqualPairs(), ibis::fileManager::recordFile(), ibis::math::barrel::recordVariable(), ibis::part::recursiveQuery(), ibis::math::bediener::reduce(), ibis::math::stdFunction1::reduce(), ibis::fileManager::releaseAccess(), ibis::relic::relic(), ibis::query::removeComplexConditions(), ibis::util::removeDir(), ibis::query::removeFiles(), ibis::part::rename(), ibis::util::reorder(), ibis::qExpr::reorder(), ibis::part::reorder(), ibis::bord::reorder(), ibis::fromClause::reorderNames(), ibis::bord::reorderStrings(), ibis::part::reorderValues(), ibis::bitvector::reserve(), ibis::tafel::reserveSpace(), ibis::fileManager::buffer< T >::resize(), ibis::array_t< T >::resize(), ibis::part::rollback(), ibis::roster::roster(), ibis::filter::roughCount(), ibis::sapid::sapid(), ibis::column::saveSelected(), ibis::sbiad::sbiad(), ibis::column::searchSorted(), ibis::column::searchSortedICD(), ibis::column::searchSortedOOCC(), ibis::column::searchSortedOOCD(), ibis::table::select(), ibis::jRange::select(), ibis::jNatural::select(), ibis::filter::select(), ibis::mensa::select2(), ibis::part::selectBytes(), ibis::column::selectBytes(), ibis::bord::column::selectBytes(), ibis::selectClause::selectClause(), ibis::part::selectDoubles(), ibis::column::selectDoubles(), ibis::bord::column::selectDoubles(), ibis::part::selectFloats(), ibis::column::selectFloats(), ibis::bord::column::selectFloats(), ibis::part::selectInts(), ibis::column::selectInts(), ibis::bord::column::selectInts(), ibis::part::selectLongs(), ibis::column::selectLongs(), ibis::bord::column::selectLongs(), ibis::blob::selectRawBytes(), ibis::part::selectShorts(), ibis::column::selectShorts(), ibis::bord::column::selectShorts(), ibis::part::selectStrings(), ibis::column::selectStrings(), ibis::text::selectStrings(), ibis::bord::column::selectStrings(), ibis::column::selectToStrings(), ibis::part::selectUBytes(), ibis::column::selectUBytes(), ibis::bord::column::selectUBytes(), ibis::part::selectUInts(), ibis::column::selectUInts(), ibis::bord::column::selectUInts(), ibis::part::selectULongs(), ibis::column::selectULongs(), ibis::bord::column::selectULongs(), ibis::part::selectUShorts(), ibis::column::selectUShorts(), ibis::bord::column::selectUShorts(), ibis::column::selectValues(), ibis::column::selectValuesT(), ibis::part::selfTest(), ibis::qExpr::separateSimple(), ibis::query::sequentialScan(), ibis::bitvector64::setBit(), ibis::bitvector::setBit(), ibis::bin::setBoundaries(), ibis::column::setNullMask(), ibis::query::setPartition(), ibis::countQuery::setPartition(), ibis::query::setRIDs(), ibis::query::setSelectClause(), ibis::util::setVerboseLevel(), ibis::query::setWhereClause(), ibis::countQuery::setWhereClause(), ibis::fileManager::signalMemoryAvailable(), ibis::qExpr::simplify(), ibis::slice::slice(), ibis::bitvector::sloppySize(), ibis::part::softWriteLock::softWriteLock(), ibis::fileManager::softWriteLock::softWriteLock(), ibis::column::softWriteLock::softWriteLock(), ibis::colStrings::sort(), ibis::util::sort_heap(), ibis::util::sort_insertion(), ibis::util::sort_partition(), ibis::util::sort_partition3(), ibis::util::sort_quick(), ibis::util::sort_quick3(), ibis::util::sort_radix(), ibis::util::sort_shell(), ibis::util::sortAll_quick(), ibis::util::sortAll_shell(), ibis::util::sortAll_split(), ibis::query::sortEquiJoin(), ibis::util::sortMerge(), ibis::query::sortRangeJoin(), ibis::util::sortStrings(), ibis::bord::sortStrings(), ibis::util::sortStrings_partition(), ibis::util::sortStrings_quick(), ibis::util::sortStrings_shell(), ibis::bord::sortValues(), ibis::tafel::SQLCreateTable(), ibis::text::startPositions(), ibis::fileManager::storage::storage(), ibis::column::string2int(), ibis::text::stringSearch(), ibis::category::stringSearch(), ibis::bord::column::stringSearch(), ibis::bitvector::subset(), ibis::index::sumBins(), ibis::index::sumBits(), ibis::part::testRangeOperators(), ibis::meshQuery::toBlocks1(), ibis::meshQuery::toBlocks2(), ibis::meshQuery::toBlocks3(), ibis::meshQuery::toBlocksN(), ibis::tafel::toTable(), ibis::column::truncateData(), ibis::fileManager::tryGetFile(), ibis::bitvector::turnOnRawBit(), ibis::column::unloadIndex(), ibis::part::unloadIndexes(), ibis::part::updateData(), ibis::selectClause::verify(), ibis::whereClause::verifyExpr(), ibis::selectClause::verifySome(), ibis::selectClause::verifyTerm(), ibis::whereClause::whereClause(), ibis::tafel::write(), ibis::ridHandler::write(), ibis::resource::write(), ibis::zone::write(), ibis::zona::write(), ibis::pale::write(), ibis::pack::write(), ibis::fuzz::write(), ibis::fuge::write(), ibis::bylt::write(), ibis::ambit::write(), ibis::slice::write(), ibis::sbiad::write(), ibis::sapid::write(), ibis::relic::write(), ibis::range::write(), ibis::mesa::write(), ibis::keywords::write(), ibis::fade::write(), ibis::direkte::write(), ibis::moins::write(), ibis::entre::write(), ibis::egale::write(), ibis::bin::write(), ibis::dictionary::write(), ibis::bundles::write(), ibis::bundle1::write(), ibis::bitvector::write(), ibis::array_t< T >::write(), ibis::relic::write32(), ibis::fade::write32(), ibis::egale::write32(), ibis::bin::write32(), ibis::relic::write64(), ibis::fade::write64(), ibis::egale::write64(), ibis::bin::write64(), ibis::part::writeColumn(), ibis::column::writeData(), ibis::blob::writeData(), ibis::column::writeLock::writeLock(), ibis::tafel::writeMetaData(), ibis::part::writeMetaData(), ibis::part::writeRaw(), ibis::roster::writeSorted(), ibis::part::writeString(), ibis::text::writeStrings(), ibis::part::writeValues(), ibis::zona::zona(), ibis::zone::zone(), ibis::fileManager::buffer< T >::~buffer(), ibis::bundle1::~bundle1(), ibis::tafel::column::~column(), ibis::fileManager::~fileManager(), ibis::column::indexLock::~indexLock(), ibis::jRange::~jRange(), ibis::part::~part(), ibis::column::readLock::~readLock(), ibis::fileManager::softWriteLock::~softWriteLock(), ibis::column::softWriteLock::~softWriteLock(), and ibis::column::writeLock::~writeLock().
![]() |