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 255497
Lines covered 17728
Code coverage 6.94%
Code coverage report Report link
Static reachability 0.06%
Fuzz Introspector report Report link (from 2025-03-27)
Fuzzer Code coverage (lines) Latest Report Comments
CalciteFuzzer 0% (avg: 0.0%, max: 0%) 2025-03-27
SqlParserFuzzer 0% (avg: 0.0%, max: 0%) 2025-03-27

Historical Progression

Per Fuzzer 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 549 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 546 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 545 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 544 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 536 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 535 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 534 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 518 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 342 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 310 0.0%