taco-db  0.1.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CAlignedAllocImpl::aligned_allocator< alignment, T >
 Ctaco::AvgState
 Ctaco::BootstrapCatCacheBootstrapCatCache stores hard-coded data needed to bootstrap the entire database catalog
 Ctaco::BTreeInternalRecordHeaderDataThe header of a B-Tree internal page record
 Ctaco::BTreeLeafRecordHeaderDataThe header of a B-Tree leaf page record
 Ctaco::BTreeMetaPageDataThe B-tree meta page
 Ctaco::BTreePageHeaderDataThe B-Tree page header for both internal pages and the leaf pages
 Ctaco::BufferManagerBufferManager implements a steal and no-force buffer pool with a fixed number of page frames to buffer the pages in the regular files
 Ctaco::BufferMeta
 Ctaco::BufferUnlatch
 Ctaco::BufferUnpin
 Ctaco::BulkLoadIteratorBulkLoadIterator is an interface for providing (key, RecordId) pairs for index bulk loading
 Ctaco::CatCacheInternalAccessSome internal functions of catalog cache implementations
 Ctaco::VolatileCatCache::CatFileIteratorAn opaque handle for iterating a catalog file
 Ctaco::CCLookupTableEntryThis is an internal data structure of the catalog cache for storing an in-memory catalog table entry
 Ctaco::CSVReader
 Ctaco::DataArrayDataArray is a plain byte array that can be stored as a Datum itself and stores the data of a few datum where we do not want to bother with creating a schema
 Ctaco::DatabaseThe class for a database instance
 Ctaco::datum_impl::DatumDoubleConversionNote from PostgreSQL: Float <-> Datum conversions
 Ctaco::datum_impl::DatumFloatConversionNote from PostgreSQL: Float <-> Datum conversions
 Ctaco::ExternalSortExternalSort is a general utility class to do external sorting on any number of general bytes
 Ctaco::Schema::FieldInfo
 Ctaco::FileRepresents an open virtual file managed by the FileManager
 Ctaco::FileDirectoryData
 Ctaco::PersistentCatCache::FileHandleAn opaque handle for a catalog file
 Ctaco::FileManagerFileManager exposes a virtual file interface based on FSFile
 Ctaco::FMMetaPageData
 CAlignedAllocImpl::FreeMem
 Ctaco::FreePageList
 Ctaco::FSFileRepresents an open file in the file system
 Ctaco::FunctionCallInfoThis struct is the data actually passed to an fmgr function
 Cstd::hash< taco::RecordId >
 Ctaco::IndexAn interface class for index implementations
 Ctaco::IndexDesc
 Ctaco::IndexKeyAn IndexKey stores references to a few data (Datum objects) that comprise a key tuple to in an index
 Ctaco::InitDataFileReader
 Ctaco::VolatileCatCache::InmemFile
 Ctaco::ItemIteratorA pure abstract iterator over items (i.e., plain byte arrays)
 Ctaco::Index::IteratorA forward-iterator for the items in the index
 Ctaco::Table::IteratorThe Iterator interface for scanning the heap file
 Ctaco::MetaPageHeaderDataThis is a truncated and private version of PageHeaderData
 Ctaco::MutexReleaseFunc
 Ctaco::datum_impl::NonVarlenGetters< DatumImpl >
 Ctaco::datum_impl::NonVarlenGetters< Datum >
 Ctaco::PageHeaderDataPageHeaderData defines the header of every virtual file data page
 Ctaco::PrimitiveMinMaxState
 CAlignedAllocImpl::aligned_allocator< alignment, T >::rebind< U >
 Ctaco::Record
 Ctaco::RecordIdThe record ID of a record on a page is a pair of ‘(PageNumber, SlotId)’
 Ctaco::RegularFileMetaPageData
 Ctaco::ResourceGuard< T, Relinquish, FlagType, InvalidVal, class >ResourceGuard is used for automatically relinquishes some resource when it goes out of scope
 Ctaco::ResourceGuard< BufferId, BufferUnpin, BufferId, INVALID_BUFID >
 Ctaco::ResourceGuard< std::mutex *, MutexReleaseFunc, std::mutex *, nullptr >
 Ctaco::ResourceGuard< T, Relinquish, bool, false, void >Specialization of ResourceGuard when we use an additional boolean flag to denote the invalid value
 Ctaco::ResourceGuard< T, Relinquish, bool, true, void >Specialization of ResourceGuard where we have an always-valid value (e.g., lvalue-ref)
 Ctaco::SchemaA Schema object stores the information for accessing an ordered set of typed fields either from a disk-based record payload, or from an in-memory Datum/DatumRef array
 Ctaco::CatCacheBase< CatCacheCls >::SearchForCatalogEntry< expect_unique, NPreds, no_cache >
 Ctaco::utils_numbers_impl::SimpleAtoiWrapperImpl< IntType, class >
 Ctaco::SlotDataDescribes a slot
 Ctaco::SpinLock
 Ctaco::SumState
 Ctaco::SumStateAggType< T, typename >
 Ctaco::SumStateAggType< T, typename std::enable_if< std::is_floating_point< T >::value >::type >
 Ctaco::SumStateAggType< T, typename std::enable_if< std::is_integral< T >::value &&!std::is_signed< T >::value >::type >
 Ctaco::SumStateAggType< T, typename std::enable_if< std::is_integral< T >::value &&std::is_signed< T >::value >::type >
 Ctaco::SysTable_AggregationSysTable_Aggregation is an in-memory cached record in the system catalog SysTable_Aggregation
 Ctaco::SysTable_CastSysTable_Cast is an in-memory cached record in the system catalog SysTable_Cast
 Ctaco::SysTable_ColumnSysTable_Column is an in-memory cached record in the system catalog SysTable_Column
 Ctaco::SysTable_FunctionSysTable_Function is an in-memory cached record in the system catalog SysTable_Function
 Ctaco::SysTable_FunctionArgsSysTable_FunctionArgs is an in-memory cached record in the system catalog SysTable_FunctionArgs
 Ctaco::SysTable_IndexSysTable_Index is an in-memory cached record in the system catalog SysTable_Index
 Ctaco::SysTable_IndexColumnSysTable_IndexColumn is an in-memory cached record in the system catalog SysTable_IndexColumn
 Ctaco::SysTable_OperatorSysTable_Operator is an in-memory cached record in the system catalog SysTable_Operator
 Ctaco::SysTable_TableSysTable_Table is an in-memory cached record in the system catalog SysTable_Table
 Ctaco::SysTable_TypeSysTable_Type is an in-memory cached record in the system catalog SysTable_Type
 Ctaco::TableTable implements a heap file over the virtual file provided by the FileManager
 Ctaco::TableDesc
 Ctaco::TDBError
 Ctaco::TreeNodeTreeNode is the base class of all tree structures in TDB (e.g., parsing tree, logical plan, physical plan, query execution state)
 Ctaco::TruncatedZipfianA truncated zipfian distribution over [0, N - 1], where all items with probability smaller than a threshold in the original zipfian distribution are uniformly sampled with the same probability, while all others are sampled with the same probabilities as in the zipfian
 Ctaco::VarlenDataPageVarlenDataPage implements a buffered heap page that supports inserting, deleting, updating and random accessing variable-length records on the page
 Ctaco::VarlenDataPageHeaderThe page header of a variable-length record data page
 Ctaco::VolatileTreeBase
 Ctaco::VolatileTreeFuncs
 Ctaco::VolatileTreeLess
 Ctaco::VolatileTreeRecordHeader
 Ctaco::WalkerA discrete distribution over non-negative integer set [n] for some n over a given probability distribution