void PrintHeader()<BR>void PrintBucket()<BR>void PrintBucket(int BucNum)<BR>



next up previous
Next: LinearHashingScan Up: LinearHashingFile Previous: IndexFileScan * new_scan(const

void PrintHeader()
void PrintBucket()
void PrintBucket(int BucNum)

Print out the index for debugging purpose. PrintHeader() prints the header information.PrintBucket() prints all the buckets. PrintBucket(BucNum) prints bucket BucNum. These methods are included when DEBUGLH flag is set during compiling time.



Weiqing Huang
Sun May 14 16:22:27 CDT 1995