Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Interpreter can handle scan, filter, project, values and (with CALCITE-543) aggregate. This task would add union.
You probably need to add a method public void visit(Union union) to CoreCompiler. Add tests to InterpreterTest for union and union all.
This is a good task for a beginner (as evidenced by the "newbie" label).