Uses of Class
edu.caltech.nanodb.storage.heapfile.HeapTupleFileManager
-
Packages that use HeapTupleFileManager Package Description edu.caltech.nanodb.storage.heapfile This package provides a naive implementation of the heap file organization for NanoDB. -
-
Uses of HeapTupleFileManager in edu.caltech.nanodb.storage.heapfile
Fields in edu.caltech.nanodb.storage.heapfile declared as HeapTupleFileManager Modifier and Type Field Description private HeapTupleFileManager
HeapTupleFile. heapFileManager
The manager for heap tuple files provides some higher-level operations such as saving the metadata of a heap tuple file, so it's useful to have a reference to it.Constructors in edu.caltech.nanodb.storage.heapfile with parameters of type HeapTupleFileManager Constructor Description HeapTupleFile(StorageManager storageManager, HeapTupleFileManager heapFileManager, DBFile dbFile, Schema schema, TableStats stats)
-