[
https://issues.apache.org/jira/browse/IGNITE-21559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iurii Gerzhedovich updated IGNITE-21559:
----------------------------------------
Component/s: sql ai3
(was: sql)
> Sql. Implement expression traversal that checks whether expression is
> deterministic
> -----------------------------------------------------------------------------------
>
> Key: IGNITE-21559
> URL: https://issues.apache.org/jira/browse/IGNITE-21559
> Project: Ignite
> Issue Type: Improvement
> Components: sql ai3
> Affects Versions: 3.0
> Reporter: Maksim Zhuravkov
> Priority: Major
> Labels: ignite-3
>
> Let's implement a utility for determining whether an expression tree
> (RexNodes) is deterministic or not.
> Expression is deterministic if it is constant expression, dynamic parameter,
> or a function like CURRENT_TIMESTAMP is evaluated once per session, or
> deterministic function.
> Non deterministic functions in AI-3: GEN_RANDOM_UUID.
> Check to see if there are any other non-deterministic functions as well and
> mark them accordingly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)