Trie Implementation
commitc4b5500a4698d9066ec4902d2b08539f7eb079ad
authorprabatuty <prabatuty>
Sun, 27 Mar 2011 18:42:25 +0000 (27 18:42 +0000)
committerprabatuty <prabatuty>
Sun, 27 Mar 2011 18:42:25 +0000 (27 18:42 +0000)
treed13fa33f524a323e0813a16de82fbcae037bc482
parentac5274ffec465cec0d90cd3ed642bb1dd2d92cd9
Trie Implementation
20 files changed:
include/Allocator.h
include/Database.h
include/DatabaseManagerImpl.h
include/Debug.h
include/Index.h
include/Info.h
include/Table.h
include/Transaction.h
src/storage/BucketIter.cxx
src/storage/BucketList.cxx
src/storage/CatalogTables.cxx
src/storage/Chunk.cxx
src/storage/DatabaseManagerImpl.cxx
src/storage/Debug.cxx
src/storage/HashIndex.cxx
src/storage/Index.cxx
src/storage/TableImpl.cxx
src/storage/Transaction.cxx
src/storage/TrieIndex.cxx [new file with mode: 0644]
src/storage/TupleIterator.cxx