forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check determinism using function name only (facebookincubator#10241)
Summary: In ExpressionFuzzer, the determinism could be decided without argument types. This PR changes to check determinism using function name only by fetching all registry entries for the given function name and checking if all of them are deterministic. The function is deterministic if "deterministic" is true for every entry. With this change, argument types are not required when the signature variables are not empty. Pull Request resolved: facebookincubator#10241 Reviewed By: pedroerp Differential Revision: D59122132 Pulled By: bikramSingh91 fbshipit-source-id: ab3c2907f102d3ebb81269fe58499bef0bb878ab
- Loading branch information
1 parent
4a0ce3e
commit 63cceca
Showing
6 changed files
with
90 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters