You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Yingyu Wang (Jira)" <ji...@apache.org> on 2022/08/15 15:48:00 UTC

[jira] [Created] (CALCITE-5238) Add a maxNodeCount parameter to RexUtil.toDnf

Yingyu Wang created CALCITE-5238:
------------------------------------

             Summary: Add a maxNodeCount parameter to RexUtil.toDnf
                 Key: CALCITE-5238
                 URL: https://issues.apache.org/jira/browse/CALCITE-5238
             Project: Calcite
          Issue Type: Improvement
            Reporter: Yingyu Wang


This is similar to CALCITE-1290. Add a {{maxNodeCount}} parameter to {{RexUtil.toDnf.}} If the number of resulting nodes exceeds that threshold, stops conversion and returns the original expression. Negative number means no threshold.

 

Discussions on dev@calcite.apache.org: https://lists.apache.org/thread/orcwgr4cgmmvzpgjr49v9wzwo3d1sp7b



--
This message was sent by Atlassian Jira
(v8.20.10#820010)