[7/9] incubator-quickstep git commit: Add unit test for PackedRowStore ColumnAccessor

2016-10-16 Thread hbdeshmukh
Add unit test for PackedRowStore ColumnAccessor Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/262ad5a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/262ad5a6 Diff: http://

[8/9] incubator-quickstep git commit: Refactor ScalarAttribute to take benefit of ColumnAccessors

2016-10-16 Thread hbdeshmukh
Refactor ScalarAttribute to take benefit of ColumnAccessors Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/e8452468 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/e8452468 D

[9/9] incubator-quickstep git commit: Support for performing partitioned aggregation.

2016-10-16 Thread hbdeshmukh
Support for performing partitioned aggregation. - Used for creating a pool of hash tables such that each hash table belongs to a unique partition. - The partitioning is done on the group-by keys. - Wrote a utility function to compute composite hash of a group of TypedValues. - Added a check fo

[6/9] incubator-quickstep git commit: Fix testcase failure by explicit typecasting and avoiding macro usage

2016-10-16 Thread hbdeshmukh
Fix testcase failure by explicit typecasting and avoiding macro usage Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/e4de2417 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/

[4/9] incubator-quickstep git commit: Try fix for clang memory problems

2016-10-16 Thread hbdeshmukh
Try fix for clang memory problems Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/17ffbb05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/17ffbb05 Diff: http://git-wip-us.apac

[3/9] incubator-quickstep git commit: Minor bug fix in AggregationOperationState

2016-10-16 Thread hbdeshmukh
Minor bug fix in AggregationOperationState - Replace getHashTable() call with getHashTableFast() call. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/80af2332 Tree: http://git-wip-us.apache.org/r

[1/9] incubator-quickstep git commit: Remove unnecessary code from resize() [Forced Update!]

2016-10-16 Thread hbdeshmukh
Repository: incubator-quickstep Updated Branches: refs/heads/partitioned-aggregate-new f6ab30f37 -> aaba94624 (forced update) Remove unnecessary code from resize() - In resize, all the values are moved from original hash table are copied to the new hash table using memcpy(). - Removed the fo

[2/9] incubator-quickstep git commit: IWYU fixes for QueryExecutionUtil.

2016-10-16 Thread hbdeshmukh
IWYU fixes for QueryExecutionUtil. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/b5dcb6d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/b5dcb6d2 Diff: http://git-wip-us.ap

[5/9] incubator-quickstep git commit: Optimize PackedRowStoreValueAccessor & BasicColumnStoreValueAccessor by removing redundant computations and clearly exposing a strided memory access pattern

2016-10-16 Thread hbdeshmukh
Optimize PackedRowStoreValueAccessor & BasicColumnStoreValueAccessor by removing redundant computations and clearly exposing a strided memory access pattern Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickst

[2/2] incubator-quickstep git commit: Optimizer changes for the LIPFilter feature.

2016-10-16 Thread jianqiao
Optimizer changes for the LIPFilter feature. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/bc532cd4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/bc532cd4 Diff: http://git

[1/2] incubator-quickstep git commit: Optimizer changes for the LIPFilter feature. [Forced Update!]

2016-10-16 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/lip-refactor-optimizer 9258ee4b6 -> bc532cd48 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/bc532cd4/query_optimizer/tests/CMakeLists.txt --