Skip to content

Warren-Mendonca/SPJUA-query-evaluator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SPJUA-query-evaluator

This project implements SQL query evaluator with support for Select, Project, Join, Bag Union and Aggregate operation. Also supports specialized join algorithms and certain query optimization techniques that optimize query run time.

Query evaluator parses the query and creates relational algebra(RA) tree. Multiple optimization techniques are applied to the RA tree. Further iterator iterates through the RA tree and calls operator corresponding to each node of RA tree.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%