[04/11] incubator-quickstep git commit: Add common-subexpression support.

2017-05-01 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/364eb40d/expressions/scalar/ScalarLiteral.cpp -- diff --git a/expressions/scalar/ScalarLiteral.cpp b/expressions/scalar/ScalarLiteral.cpp index 48b5574..808953d 10064

[08/11] incubator-quickstep git commit: Implement optimizer and execution layers for UNION and INTERSECT.

2017-05-01 Thread hakanmemisoglu
Implement optimizer and execution layers for UNION and INTERSECT. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/f1434eb9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/f143

[11/11] incubator-quickstep git commit: WorkOrder proto clean-up.

2017-05-01 Thread hakanmemisoglu
WorkOrder proto clean-up. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/a4bfab90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/a4bfab90 Diff: http://git-wip-us.apache.org/

[06/11] incubator-quickstep git commit: Topological sort functionality in DAG

2017-05-01 Thread hakanmemisoglu
Topological sort functionality in DAG - Implemented a very simple Kahn's algorithm for topological sorting of nodes in the DAG class. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/7047d3df Tre

[03/11] incubator-quickstep git commit: Add common-subexpression support.

2017-05-01 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/364eb40d/query_optimizer/rules/CollapseSelection.hpp -- diff --git a/query_optimizer/rules/CollapseSelection.hpp b/query_optimizer/rules/CollapseSelection.hpp new fil

[02/11] incubator-quickstep git commit: Add common-subexpression support.

2017-05-01 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/364eb40d/query_optimizer/tests/physical_generator/Select.test -- diff --git a/query_optimizer/tests/physical_generator/Select.test b/query_optimizer/tests/physical_ge

[05/11] incubator-quickstep git commit: Add common-subexpression support.

2017-05-01 Thread hakanmemisoglu
Add common-subexpression support. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/364eb40d Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/364eb40d Diff: http://git-wip-us.apa

[09/11] incubator-quickstep git commit: Add protobuf support for union all operator.

2017-05-01 Thread hakanmemisoglu
Add protobuf support for union all operator. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/50401ce0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/50401ce0 Diff: http://git

[10/11] incubator-quickstep git commit: New addition.

2017-05-01 Thread hakanmemisoglu
New addition. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/1d94edf2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/1d94edf2 Diff: http://git-wip-us.apache.org/repos/asf/in

[01/11] incubator-quickstep git commit: Deserialization logic is implemented for relational operators.

2017-05-01 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/frontend-backend 46e411354 -> 79f0e7809 Deserialization logic is implemented for relational operators. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubato

[07/11] incubator-quickstep git commit: API to get total pending work orders for an operator

2017-05-01 Thread hakanmemisoglu
API to get total pending work orders for an operator - Total includes normal and rebuild work orders. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/6d9eaa35 Tree: http://git-wip-us.apache.org/re

incubator-quickstep git commit: Deserialization switch logic is implemented. [Forced Update!]

2017-04-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/frontend-backend 0221d1358 -> 46e411354 (forced update) Deserialization switch logic is implemented. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-

incubator-quickstep git commit: Deserialization switch logic is implemented.

2017-04-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/frontend-backend 96908588b -> 0221d1358 Deserialization switch logic is implemented. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit

incubator-quickstep git commit: API to get total pending work orders for an operator

2017-04-19 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master 6e3499a80 -> 3c83c937a API to get total pending work orders for an operator - Total includes normal and rebuild work orders. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us

incubator-quickstep git commit: Topological sort functionality in DAG

2017-04-19 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master 563abe043 -> 6e3499a80 Topological sort functionality in DAG - Implemented a very simple Kahn's algorithm for topological sorting of nodes in the DAG class. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickst

incubator-quickstep git commit: Implemented serialization logic of all relational operators.

2017-04-17 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/frontend-backend 596cb529f -> 96908588b Implemented serialization logic of all relational operators. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-

incubator-quickstep git commit: First commit for frontend-backend separation.

2017-04-10 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/frontend-backend [created] 596cb529f First commit for frontend-backend separation. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/5

[incubator-quickstep] Git Push Summary

2017-02-24 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/parallel-distinct-agg [deleted] 17477f575

incubator-quickstep git commit: Use partitioned aggregation for single-function DISTINCT aggregation.

2017-02-24 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master 4be8e91a4 -> 17477f575 Use partitioned aggregation for single-function DISTINCT aggregation. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-q

incubator-quickstep git commit: Use BitVector as LIPFilter implementation when applicable

2017-02-22 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master 1572762a6 -> 2b2d7ba19 Use BitVector as LIPFilter implementation when applicable Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/com

incubator-quickstep git commit: QUICKSTEP-65 Fix Quickstep build failure on Mac OSX 10.12 by turning off deprecation errors

2016-12-06 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master b949c5045 -> 6ae0cdd3d QUICKSTEP-65 Fix Quickstep build failure on Mac OSX 10.12 by turning off deprecation errors Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.or

[incubator-quickstep] Git Push Summary

2016-11-05 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/auto-worker-pinning [deleted] 248cec273

incubator-quickstep git commit: Auto pin workers to CPU cores

2016-11-05 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master 5a3037f2e -> 1340fcb7f Auto pin workers to CPU cores - Automatically pin worker threads to CPU cores. - Use auto pinning when either there are no affinities provided, or the provided affinities are incorrect. - Try to balanc

incubator-quickstep git commit: Suppress glog compilation warnings.

2016-10-28 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/glog-fix-apple [created] 8baa8c375 Suppress glog compilation warnings. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/8baa8c37 Tree

incubator-quickstep git commit: Added simple version.

2016-10-14 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/chaining b624413b9 -> e1828be90 Added simple version. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/e1828be9 Tree: http://git-wip-

incubator-quickstep git commit: Added the print statement

2016-10-13 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/chaining 8729df822 -> b624413b9 Added the print statement Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/b624413b Tree: http://git-

incubator-quickstep git commit: Changed hash table insertion method to add new bucket to the beginning of the chain.

2016-10-11 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/chaining [created] 8729df822 Changed hash table insertion method to add new bucket to the beginning of the chain. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/

incubator-quickstep git commit: Check the tuples are added.

2016-09-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/regression c6a0cb25c -> 3bfa8122c Check the tuples are added. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/3bfa8122 Tree: http://

[incubator-quickstep] Git Push Summary [forced push!] [Forced Update!]

2016-09-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master 0280a7eca -> ac3512ceb (forced update)

incubator-quickstep git commit: Intial commit for new branch

2016-09-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master ac3512ceb -> 0280a7eca Intial commit for new branch Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/0280a7ec Tree: http://git

incubator-quickstep git commit: Fixed the bug in SetUp.

2016-09-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/regression 0280a7eca -> c6a0cb25c Fixed the bug in SetUp. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/c6a0cb25 Tree: http://git-

incubator-quickstep git commit: Intial commit for new branch

2016-09-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/regression [created] 0280a7eca Intial commit for new branch Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/0280a7ec Tree: http://gi

incubator-quickstep git commit: [QUICKSTEP-53] New representation and faster comparison operators for DateLit [Forced Update!]

2016-09-06 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/date-representation 92555fc43 -> 5a9c29004 (forced update) [QUICKSTEP-53] New representation and faster comparison operators for DateLit - New representation for DateLit. - New comparison implementations for DateLit. Closes #98 Pr

incubator-quickstep git commit: Some additional changes for the size change.

2016-09-06 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/date-representation 2f5b6ddfd -> 92555fc43 Some additional changes for the size change. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/com

[4/4] incubator-quickstep git commit: New representation and comparison operators for DateLit.

2016-09-05 Thread hakanmemisoglu
New representation and comparison operators for DateLit. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/2f5b6ddf Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/2f5b6ddf Diff

[3/4] incubator-quickstep git commit: Separate Date type from Datetime type.

2016-09-05 Thread hakanmemisoglu
Separate Date type from Datetime type. - Beginning from the parser to the operator execution level, treat Date type sepearately than the Datetime type. - Provide support for the extract function when applied on the Date type, implemented in the DateExtractOperation. - Modified the tests. Pro

[2/4] incubator-quickstep git commit: Separate Date type from Datetime type.

2016-09-05 Thread hakanmemisoglu
Separate Date type from Datetime type. - Beginning from the parser to the operator execution level, treat Date type sepearately than the Datetime type. - Provide support for the extract function when applied on the Date type, implemented in the DateExtractOperation. - Modified the tests. Pro

[1/4] incubator-quickstep git commit: Separate Date type from Datetime type. [Forced Update!]

2016-09-05 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/date-representation 8b450062a -> 2f5b6ddfd (forced update) http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/1d104229/types/operations/unary_operations/tests/DateExtractOperation_unittest.cpp

incubator-quickstep git commit: New representation and comparison operators for DateLit. [Forced Update!]

2016-09-02 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/date-representation 998994eee -> 8b450062a (forced update) New representation and comparison operators for DateLit. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos

incubator-quickstep git commit: New representation and comparison operators for DateLit.

2016-09-02 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/date-representation [created] 998994eee New representation and comparison operators for DateLit. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quic

[4/6] incubator-quickstep git commit: Added unit tests for the distributed version.

2016-08-23 Thread hakanmemisoglu
Added unit tests for the distributed version. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/cdc1e053 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/cdc1e053 Diff: http://gi

[1/6] incubator-quickstep git commit: Fix IWYU for ExecutionDAGVisualizer [Forced Update!]

2016-08-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/fuse-join-with-select 29ded9efd -> 866287ba5 (forced update) Fix IWYU for ExecutionDAGVisualizer Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quic

[2/6] incubator-quickstep git commit: Refactored OptimizerContext and Optimizer.

2016-08-23 Thread hakanmemisoglu
Refactored OptimizerContext and Optimizer. * Construct physical generator in query_optimizer once for all queries. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/8c811c85 Tree: http://git-wip-u

[5/6] incubator-quickstep git commit: Initial commit.

2016-08-23 Thread hakanmemisoglu
Initial commit. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/8427d068 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/8427d068 Diff: http://git-wip-us.apache.org/repos/asf/

[6/6] incubator-quickstep git commit: Fixed the bug.

2016-08-23 Thread hakanmemisoglu
Fixed the bug. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/866287ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/866287ba Diff: http://git-wip-us.apache.org/repos/asf/i

[3/6] incubator-quickstep git commit: Minor fixes to the distributed query execution engine.

2016-08-23 Thread hakanmemisoglu
Minor fixes to the distributed query execution engine. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/59f4dab2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/59f4dab2 Diff:

incubator-quickstep git commit: Implemented IndirectColumnVector's append method.

2016-08-22 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/columnvector-append 2d30109db -> def850398 Implemented IndirectColumnVector's append method. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickste

incubator-quickstep git commit: Works for NativeColumnVector.

2016-08-22 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/columnvector-append b430e77ad -> 2d30109db Works for NativeColumnVector. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/2d30109d Tr

incubator-quickstep git commit: Initial commit

2016-08-21 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/columnvector-append [created] b430e77ad Initial commit Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/b430e77a Tree: http://git-wip

incubator-quickstep git commit: Fixed the bug.

2016-08-17 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/fuse-join-with-select e763de0ef -> 29ded9efd Fixed the bug. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/29ded9ef Tree: http://gi

incubator-quickstep git commit: Initial commit.

2016-08-16 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/fuse-join-with-select [created] e763de0ef Initial commit. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/e763de0e Tree: http://git-

incubator-quickstep git commit: Applied fixes.

2016-08-02 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/refactor-hashjoin-probe-build c36bbc92d -> 7c5bdf92e Applied fixes. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/7c5bdf92 Tree: h

incubator-quickstep git commit: Applied the suggestions and changed Swap optimization to be only applied to inner hash joins.

2016-08-02 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/refactor-hashjoin-probe-build a0905647b -> c36bbc92d Applied the suggestions and changed Swap optimization to be only applied to inner hash joins. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: ht

[1/2] incubator-quickstep git commit: Implemented hashjoin optimization class and removed the logic from ExecutionGenerator.

2016-08-01 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/refactor-hashjoin-probe-build [created] a0905647b Implemented hashjoin optimization class and removed the logic from ExecutionGenerator. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-w

[2/2] incubator-quickstep git commit: Added a field in Physical HashJoin to save right(build) side estimated cardinality.

2016-08-01 Thread hakanmemisoglu
Added a field in Physical HashJoin to save right(build) side estimated cardinality. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/a0905647 Tree: http://git-wip-us.apache.org/repos/asf/incubator-

incubator-quickstep git commit: Moved hash swap logic from ExecutionGenerator to physical optimization.

2016-07-27 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/selection-probe-fuse 8f705ed54 -> e7232c13d Moved hash swap logic from ExecutionGenerator to physical optimization. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos

incubator-quickstep git commit: Additional changes for adding fuse optimization: Changed HashJoinWorkOrder layout etc.

2016-07-27 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/selection-probe-fuse 590b6f012 -> 8f705ed54 Additional changes for adding fuse optimization: Changed HashJoinWorkOrder layout etc. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.

incubator-quickstep git commit: Initial changes.

2016-07-26 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/selection-probe-fuse [created] 590b6f012 Initial changes. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/590b6f01 Tree: http://git-

[incubator-quickstep] Git Push Summary

2016-07-02 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/time-measurement-fix [deleted] 040a511aa

incubator-quickstep git commit: Fixed the time measurement from milli to microseconds.

2016-07-02 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master b258821ef -> 040a511aa Fixed the time measurement from milli to microseconds. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit

incubator-quickstep git commit: QUICKSTEP-33: Fixed the bug in NumericCast. [Forced Update!]

2016-06-29 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/quickstep-33 cf7a53d55 -> d82365731 (forced update) QUICKSTEP-33: Fixed the bug in NumericCast. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quick

incubator-quickstep git commit: Fixed the bug in NumericCast.

2016-06-29 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/quickstep-33 [created] cf7a53d55 Fixed the bug in NumericCast. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/cf7a53d5 Tree: http:/

[06/17] incubator-quickstep git commit: QUICKSTEP-20: Added parser support for SQL window aggregation function

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/00ca1e4b/parser/preprocessed/SqlLexer_gen.cpp -- diff --git a/parser/preprocessed/SqlLexer_gen.cpp b/parser/preprocessed/SqlLexer_gen.cpp index db20491..d02db56 10064

[05/17] incubator-quickstep git commit: QUICKSTEP-20: Added parser support for SQL window aggregation function

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/00ca1e4b/parser/preprocessed/SqlLexer_gen.hpp -- diff --git a/parser/preprocessed/SqlLexer_gen.hpp b/parser/preprocessed/SqlLexer_gen.hpp index c14559b..f6cd8ad 10064

[10/17] incubator-quickstep git commit: Added PRIORITY clause in parser.

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/d6428914/parser/preprocessed/SqlParser_gen.hpp -- diff --git a/parser/preprocessed/SqlParser_gen.hpp b/parser/preprocessed/SqlParser_gen.hpp index fea31d6..0f66d1d 10

[02/17] incubator-quickstep git commit: Measure execution time of WorkOrders.

2016-06-23 Thread hakanmemisoglu
Measure execution time of WorkOrders. - Measure order execution time for both normal and rebuild work orders. - Split the WorkOrderCompletion proto message in two: Normal and Rebuild work orders, with a possibility that in the future the two messages will have different fields. - Add executi

[03/17] incubator-quickstep git commit: QUICKSTEP-20: Added parser support for SQL window aggregation function

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/00ca1e4b/parser/preprocessed/SqlParser_gen.hpp -- diff --git a/parser/preprocessed/SqlParser_gen.hpp b/parser/preprocessed/SqlParser_gen.hpp index 71e4332..fea31d6 10

[17/17] incubator-quickstep git commit: QUICKSTEP-6: New fixed precision number type: Decimal.

2016-06-23 Thread hakanmemisoglu
QUICKSTEP-6: New fixed precision number type: Decimal. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/8570a906 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/8570a906 Diff:

[07/17] incubator-quickstep git commit: QUICKSTEP-20: Added parser support for SQL window aggregation function

2016-06-23 Thread hakanmemisoglu
QUICKSTEP-20: Added parser support for SQL window aggregation function Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/00ca1e4b Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree

[15/17] incubator-quickstep git commit: QUICKSTEP-6: New fixed precision number type: Decimal.

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/8570a906/parser/preprocessed/SqlParser_gen.hpp -- diff --git a/parser/preprocessed/SqlParser_gen.hpp b/parser/preprocessed/SqlParser_gen.hpp index 0f66d1d..bc3fa46 10

[04/17] incubator-quickstep git commit: QUICKSTEP-20: Added parser support for SQL window aggregation function

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/00ca1e4b/parser/preprocessed/SqlParser_gen.cpp -- diff --git a/parser/preprocessed/SqlParser_gen.cpp b/parser/preprocessed/SqlParser_gen.cpp index 038db14..c02baf4 10

[01/17] incubator-quickstep git commit: Bug fixed in \analyze command and reuse code. [Forced Update!]

2016-06-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 0dd7978bb -> 8570a9061 (forced update) Bug fixed in \analyze command and reuse code. - The \analyze command issues SQL queries. Due to a recent change in the execution engine, there was a bug in issuing the queries, wh

[16/17] incubator-quickstep git commit: QUICKSTEP-6: New fixed precision number type: Decimal.

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/8570a906/parser/preprocessed/SqlParser_gen.cpp -- diff --git a/parser/preprocessed/SqlParser_gen.cpp b/parser/preprocessed/SqlParser_gen.cpp index 8fdf490..6827de2 10

[11/17] incubator-quickstep git commit: Added PRIORITY clause in parser.

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/d6428914/parser/preprocessed/SqlParser_gen.cpp -- diff --git a/parser/preprocessed/SqlParser_gen.cpp b/parser/preprocessed/SqlParser_gen.cpp index c02baf4..8fdf490 10

[12/17] incubator-quickstep git commit: Added PRIORITY clause in parser.

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/d6428914/parser/preprocessed/SqlLexer_gen.cpp -- diff --git a/parser/preprocessed/SqlLexer_gen.cpp b/parser/preprocessed/SqlLexer_gen.cpp index d02db56..b6c747c 10064

[14/17] incubator-quickstep git commit: QUICKSTEP-6: New fixed precision number type: Decimal.

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/8570a906/types/operations/unary_operations/NumericCastOperation.hpp -- diff --git a/types/operations/unary_operations/NumericCastOperation.hpp b/types/operations/unar

[09/17] incubator-quickstep git commit: Basic support to report individual work order profiling results

2016-06-23 Thread hakanmemisoglu
Basic support to report individual work order profiling results - A flag to enable work order profiling report generation. - At the end of each query, a report is generated which includes worker ID, its NUMA socket, the operator that produced the WorkOrder and the execution time in microsecond

[08/17] incubator-quickstep git commit: QUICKSTEP-18: Allow BasicColumnStoreTupleStorageSubBlock to be unsorted

2016-06-23 Thread hakanmemisoglu
QUICKSTEP-18: Allow BasicColumnStoreTupleStorageSubBlock to be unsorted Review comments applied Revert build fix for Lexer (separate PR has been opened) Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/c

[13/17] incubator-quickstep git commit: Added PRIORITY clause in parser.

2016-06-23 Thread hakanmemisoglu
Added PRIORITY clause in parser. - SQL statements (right now only SELECT statements) support "WITH PRIORITY N" clause. - The priority value should be a non-zero unsigned integer. - The priority value is a part of the QueryHandle class. Project: http://git-wip-us.apache.org/repos/asf/incubator-

[1/3] incubator-quickstep git commit: New type for fixed precision number: Decimal. [Forced Update!]

2016-06-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 21e912c93 -> 0dd7978bb (forced update) http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/0dd7978b/parser/preprocessed/SqlParser_gen.hpp --

[2/3] incubator-quickstep git commit: New type for fixed precision number: Decimal.

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/0dd7978b/parser/preprocessed/SqlParser_gen.cpp -- diff --git a/parser/preprocessed/SqlParser_gen.cpp b/parser/preprocessed/SqlParser_gen.cpp index 038db14..c3f48ae 10

[3/3] incubator-quickstep git commit: New type for fixed precision number: Decimal.

2016-06-23 Thread hakanmemisoglu
New type for fixed precision number: Decimal. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/0dd7978b Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/0dd7978b Diff: http://gi

incubator-quickstep git commit: Use constructor instead of builder in unit test.

2016-06-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 0a3e43f29 -> 21e912c93 Use constructor instead of builder in unit test. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit

[1/3] incubator-quickstep git commit: Updated preprocessed lexer and parser files.

2016-06-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 2d1710945 -> 0a3e43f29 http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/0a3e43f2/parser/preprocessed/SqlParser_gen.hpp -- diff --git a/par

[2/3] incubator-quickstep git commit: Updated preprocessed lexer and parser files.

2016-06-23 Thread hakanmemisoglu
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/0a3e43f2/parser/preprocessed/SqlParser_gen.cpp -- diff --git a/parser/preprocessed/SqlParser_gen.cpp b/parser/preprocessed/SqlParser_gen.cpp index 038db14..c3f48ae 10

[3/3] incubator-quickstep git commit: Updated preprocessed lexer and parser files.

2016-06-23 Thread hakanmemisoglu
Updated preprocessed lexer and parser files. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/0a3e43f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/0a3e43f2 Diff: http://git

incubator-quickstep git commit: The changes to prevent errors from linter.

2016-06-23 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type cf33c724a -> 2d1710945 The changes to prevent errors from linter. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/2d171

incubator-quickstep git commit: Changed proto decsription.

2016-06-21 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type aebb4a3bd -> cf33c724a Changed proto decsription. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/cf33c724 Tree: http:/

incubator-quickstep git commit: Operators are updated.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 0acaf423a -> aebb4a3bd Operators are updated. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/aebb4a3b Tree: http://git

incubator-quickstep git commit: New fixes.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 889c4805e -> 0acaf423a New fixes. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/0acaf423 Tree: http://git-wip-us.apac

incubator-quickstep git commit: Fix in vector copy elision.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 85dab23c7 -> 889c4805e Fix in vector copy elision. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/889c4805 Tree: http:

incubator-quickstep git commit: Fix for cast issue.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type ec37551d8 -> 85dab23c7 Fix for cast issue. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/85dab23c Tree: http://git-wi

incubator-quickstep git commit: DecimalLit constructors.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 88306cbdb -> ec37551d8 DecimalLit constructors. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/ec37551d Tree: http://g

incubator-quickstep git commit: DecimalLit constructors.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 85b0694b0 -> 8bb4c61ef DecimalLit constructors. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/8bb4c61e Tree: http://g

incubator-quickstep git commit: default constructor for DecimalLit.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 8bb4c61ef -> 88306cbdb default constructor for DecimalLit. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/88306cbd Tre

incubator-quickstep git commit: DecimalLit conversions.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 7e668513f -> 85b0694b0 DecimalLit conversions. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/85b0694b Tree: http://gi

incubator-quickstep git commit: Added static cast.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 76673f5a1 -> 7e668513f Added static cast. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/7e668513 Tree: http://git-wip

incubator-quickstep git commit: Added static cast for int.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 169c1f37c -> 76673f5a1 Added static cast for int. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/76673f5a Tree: http:/

incubator-quickstep git commit: Include DecimalType in NumericCastOperation.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type f28c46ecc -> 169c1f37c Include DecimalType in NumericCastOperation. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/169

incubator-quickstep git commit: Adding numeric cast for Decimal type.

2016-06-20 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/decimal-type 5815103db -> f28c46ecc Adding numeric cast for Decimal type. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/f28c46ec T

  1   2   >