Uses of Class
index.HashIndex

Packages that use HashIndex
index   
relop   
 

Uses of HashIndex in index
 

Constructors in index with parameters of type HashIndex
BucketScan(HashIndex index)
          Constructs a bucket scan by initializing the iterator state.
HashScan(HashIndex index, SearchKey key)
          Constructs an equality scan by initializing the iterator state.
 

Uses of HashIndex in relop
 

Constructors in relop with parameters of type HashIndex
IndexScan(Schema schema, HashIndex index, HeapFile file)
          Constructs an index scan, given the hash index and schema.
KeyScan(Schema schema, HashIndex index, SearchKey key, HeapFile file)
          Constructs an index scan, given the hash index and schema.