Hillary Caituiro Monge at UPRM
 
Scan Iterator
 
     

 

Up
 

In this project, I work with several of the modules that typically handle the execution of single-table selection and projection operations in a DBMS. Specifically, I implemented the code that: 

  • reads schema information from a file. 
  • generates a structure to hold a tuple that is based on the schema information. 
  • reads tuples from a data file and stores them in an associated structure for that type of tuple. 
  • evaluates a selection condition on a tuple.
  • projects one or more columns from a tuple, after a selection operation (if any) has been passed by that tuple. 
  • performs some maintenance and clean up tasks related with the execution of the relational operations.

For more information, see description file. You can download base source code for this project from source, project base source code updates are in: update 1.1. (source); update 1.2. (source). 

Download project finished version:

This project is an assignment from Database Management Systems (ICOM 6005) course

Visit statistics
Send mail to  hcaituiro@ieee.org with questions or comments about this web site.
Copyright © 2002 Hillary Caituiro-Monge
Last modified: Saturday, November 05, 2005 11:26:32 AM -0800