You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2020/12/18 22:32:23 UTC

[ignite-3] branch ignite-13748 updated (7859258 -> c1595a7)

This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a change to branch ignite-13748
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from 7859258  WIP. Minors. Add schema modification API.
     add c1595a7  WIP. Minors. Add schema modification API.

No new revisions were added by this update.

Summary of changes:
 modules/commons/pom.xml                            | 30 +++++++++++++++-
 .../ignite/internal/schema/HashIndexImpl.java      | 22 ++++++++++++
 .../ignite/internal/schema/PartialIndexImpl.java   | 34 ++++++++++++++++++
 .../ignite/internal/schema/SchemaTableImpl.java    |  3 +-
 .../ignite/internal/schema/SortedIndexImpl.java    | 29 +++++++++++++++
 .../schema/builder/HashIndexBuilderImpl.java       |  3 +-
 .../schema/builder/PartialIndexBuilderImpl.java    |  3 +-
 .../schema/builder/SortedIndexBuilderImpl.java     |  3 +-
 .../internal/schema/SchemaConfigurationTest.java   |  1 -
 pom.xml                                            | 42 ++++++++++++++++++++++
 10 files changed, 164 insertions(+), 6 deletions(-)
 create mode 100644 modules/commons/src/main/java/org/apache/ignite/internal/schema/HashIndexImpl.java
 create mode 100644 modules/commons/src/main/java/org/apache/ignite/internal/schema/PartialIndexImpl.java
 create mode 100644 modules/commons/src/main/java/org/apache/ignite/internal/schema/SortedIndexImpl.java