Skip to content

Commit

Permalink
Merge pull request #339 from FreemanZhang/master
Browse files Browse the repository at this point in the history
remove the function "range" from the list of function in data cube
  • Loading branch information
Yulin Wang authored Aug 3, 2016
2 parents 1fffd86 + 1ef37fb commit 75e2e0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ public class AggregationManager
"MIN", //$NON-NLS-1$
"FIRST", //$NON-NLS-1$
"LAST", //$NON-NLS-1$
"COUNT", //$NON-NLS-1$
"RANGE", //$NON-NLS-1$
"COUNT" //$NON-NLS-1$
// "RANGE", //$NON-NLS-1$
// "COUNTDISTINCT"//$NON-NLS-1$ // Temporarily remove count distinct aggregation function.
};

Expand Down

0 comments on commit 75e2e0a

Please sign in to comment.