Maksim Zhuravkov created IGNITE-22701:
-----------------------------------------
Summary: Sql. Use compiled code to evaluate values of literals
Key: IGNITE-22701
URL: https://issues.apache.org/jira/browse/IGNITE-22701
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Maksim Zhuravkov
ExpressionFactory evaluates values of RexLiterals manually instead of using the
code generated RexToLitTranslator. This creates two distinct code paths to do
the same thing.
Update ExpressionFactory use the same code as RexToLitTranslator.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)