Uses of Package
edu.caltech.nanodb.indexes
-
Packages that use edu.caltech.nanodb.indexes Package Description edu.caltech.nanodb.indexes edu.caltech.nanodb.plannodes This package contains classes for representing query execution plans, as well as analyzing their costs.edu.caltech.nanodb.storage This package contains the classes for the Storage Manager, which is responsible for how data is stored in and retrieved from database files. -
Classes in edu.caltech.nanodb.indexes used by edu.caltech.nanodb.indexes Class Description IndexInfo This class is used to hold information about a single index in the database.IndexManager This interface specifies all operations that are necessary for supporting indexes in NanoDB.IndexType This enumeration represents the different kinds of indexes that NanoDB supports, since different kinds of indexes facilitate different kinds of lookups with different performance characteristics. -
Classes in edu.caltech.nanodb.indexes used by edu.caltech.nanodb.plannodes Class Description IndexInfo This class is used to hold information about a single index in the database. -
Classes in edu.caltech.nanodb.indexes used by edu.caltech.nanodb.storage Class Description IndexManager This interface specifies all operations that are necessary for supporting indexes in NanoDB.