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 2022/09/30 11:22:00 UTC

[ignite-3] branch ignite-17655 updated (6ea58298af -> a862e510e9)

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

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


    from 6ea58298af WIP. Add hash index support. Styles.
     add a862e510e9 WIP. Row serialization refactoring.

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/schema/BinaryConverter.java    |  65 +++++++++++
 .../internal/sql/engine/exec/RowConverter.java     | 106 +++++++++++++++++
 .../sql/engine/exec/rel/IndexScanNode.java         | 125 +++------------------
 .../exec/rel/IndexScanNodeExecutionTest.java       |   4 +-
 4 files changed, 188 insertions(+), 112 deletions(-)
 create mode 100644 modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/RowConverter.java