template<typename T>
class faster::fddCore< T >
core class that implements simple operations.
- Template Parameters
-
| T | - The type of the dataset entries |
Definition at line 26 of file fdd.h.
|
|
void | discard () |
| | deallocates previusly cached fdd
|
| |
| void | writeToFile (std::string &path, std::string &sufix) |
| | Writes FDD content to file. More...
|
| |
|
void * | getKeyMap () |
| | (UNUSED)
|
| |
|
void | setKeyMap (void *keyMap UNUSED) |
| | (UNUSED)
|
| |
|
bool | isGroupedByKey () |
| | (UNUSED)
|
| |
|
void | setGroupedByKey (bool gbk UNUSED) |
| | (UNUSED)
|
| |
|
void | setSize (size_t &s) |
| |
|
size_t | getSize () |
| | Returns the size of the dataset.
|
| |
|
int | getId () |
| | Returns the identification number of the dataset.
|
| |
|
const std::vector< size_t > & | getAlloc () |
| | Returns the allocation identification number of the dataset.
|
| |
|
fddType | tType () |
| |
|
fddType | kType () |
| |
|
bool | isCached () |
| | Returns true if the dataset is cached.
|
| |