Implemented Query Evaluation Engine to parse Standard SQL Queries and display result.
Handled various Implicit Joins to improve the performance of the Query Evaluation Engine.
Implemented Query Optimizer to identify the best execution plan for a given query.
Handled various indexes for improving the performance of the engine.
Tested the performance of the engine against the TPCH queries and datasets.