IndexFileScan * new_scan(const void* value)



next up previous
Next: void PrintHeader()void PrintBucket()void Up: LinearHashingFile Previous: Status Delete(const void*

IndexFileScan * new_scan(const void* value)

Open a new (exact match) scan on the index. It will search all the records with key equal to value. If the operation fails, return NULL. In our interfaces, we require that when a scan is opened, no update operation is allowed except delete_current().



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