Roman Kondakov created IGNITE-13024:
---------------------------------------
Summary: Calcite integration. Support and simplification of complex expressions in index conditions
Key: IGNITE-13024
URL:
https://issues.apache.org/jira/browse/IGNITE-13024 Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Roman Kondakov
Current implementation supports only trivial expressions in index conditions, i.e. {{x=1}}. We need to support all evaluatable expressions (which not depends on input/table references) like {{x=?+10}}. Also we need to ensure that complex expressions in index filters are simplified (see {{RexSimplify}}).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)