Project: calcite

Language java
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 2
Lines of code 259862
Lines covered 18382
Code coverage 7.07%
Code coverage report Report link
Static reachability 0.05%
Fuzz Introspector report Report link (from 2025-09-27)

Historical Progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
[org.apache.calcite.plan.SubstitutionVisitor].splitFilter(org.apache.calcite.rex.RexSimplify,org.apache.calcite.rex.RexNode,org.apache.calcite.rex.RexNode) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java 613 0.0%
[org.apache.calcite.rex.RexUtil].simplifyPreservingType(org.apache.calcite.rex.RexBuilder,org.apache.calcite.rex.RexNode) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/rex/RexUtil.java 610 0.0%
[org.apache.calcite.rex.RexSimplify].simplifyPreservingType(org.apache.calcite.rex.RexNode) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/rex/RexSimplify.java 609 0.0%
[org.apache.calcite.rex.RexSimplify].simplifyPreservingType(org.apache.calcite.rex.RexNode,RexUnknownAs,boolean) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/rex/RexSimplify.java 608 0.0%
[org.apache.calcite.rex.RexUtil].simplify(org.apache.calcite.rex.RexBuilder,org.apache.calcite.rex.RexNode) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/rex/RexUtil.java 600 0.0%
[org.apache.calcite.rex.RexSimplify].simplify(org.apache.calcite.rex.RexNode) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/rex/RexSimplify.java 599 0.0%
[org.apache.calcite.rex.RexSimplify].simplifyUnknownAs(org.apache.calcite.rex.RexNode,RexUnknownAs) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/rex/RexSimplify.java 598 0.0%
[org.apache.calcite.rex.RexUtil.ExprSimplifier].visitCall(org.apache.calcite.rex.RexCall) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/rex/RexUtil.java 582 0.0%
[org.apache.calcite.sql.validate.SqlValidatorImpl].validateMerge(org.apache.calcite.sql.SqlMerge) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java 339 0.0%
[org.apache.calcite.sql.validate.SqlValidatorImpl].validateUpdate(org.apache.calcite.sql.SqlUpdate) /src/project-parent/calcite/core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java 307 0.0%