You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by vi...@apache.org on 2016/07/05 12:07:47 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-29] Make inverted index can be configurable This closes #10

[CARBONDATA-29] Make inverted index can be configurable This closes #10


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/5e7fb7c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/5e7fb7c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/5e7fb7c1

Branch: refs/heads/master
Commit: 5e7fb7c1eeaa07f50307b50775cb4380710e0394
Parents: 60094c1 4c67a7f
Author: vimaldas <vi...@apache.org>
Authored: Tue Jul 5 17:32:05 2016 +0530
Committer: vimaldas <vi...@apache.org>
Committed: Tue Jul 5 17:32:05 2016 +0530

----------------------------------------------------------------------
 .../schema/table/column/CarbonColumn.java       |   6 +
 .../schema/table/column/ColumnSchema.java       |  19 +++
 .../BlockIndexerStorageForNoInvertedIndex.java  | 159 +++++++++++++++++++
 .../executer/ExcludeFilterExecuterImpl.java     |  20 +--
 .../executer/IncludeFilterExecuterImpl.java     |  20 +--
 .../org/apache/spark/sql/CarbonSqlParser.scala  |  46 +++++-
 .../execution/command/carbonTableSchema.scala   |  14 ++
 .../TestNoInvertedIndexLoadAndQuery.scala       |  66 ++++++++
 .../graphgenerator/GraphGenerator.java          |  23 ++-
 .../configuration/GraphConfigurationInfo.java   |  16 ++
 .../processing/mdkeygen/MDKeyGenStep.java       |   9 ++
 .../processing/mdkeygen/MDKeyGenStepMeta.java   |  21 +++
 .../store/CarbonFactDataHandlerColumnar.java    |  37 ++++-
 .../store/CarbonFactDataHandlerModel.java       |  11 ++
 14 files changed, 419 insertions(+), 48 deletions(-)
----------------------------------------------------------------------