spark-instrumented-optimizer/sql/core
Davies Liu cc18a71992 [SPARK-13031] [SQL] cleanup codegen and improve test coverage
1. enable whole stage codegen during tests even there is only one operator supports that.
2. split doProduce() into two APIs: upstream() and doProduce()
3. generate prefix for fresh names of each operator
4. pass UnsafeRow to parent directly (avoid getters and create UnsafeRow again)
5. fix bugs and tests.

Author: Davies Liu <davies@databricks.com>

Closes #10944 from davies/gen_refactor.
2016-01-28 13:51:55 -08:00
..
src [SPARK-13031] [SQL] cleanup codegen and improve test coverage 2016-01-28 13:51:55 -08:00
pom.xml [SPARK-12935][SQL] DataFrame API for Count-Min Sketch 2016-01-26 20:12:34 -08:00