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 257299
Lines covered 18179
Code coverage 7.07%
Code coverage report Report link
Static reachability 0.06%
Fuzz Introspector report Report link (from 2025-05-30)
Fuzzer Code coverage (lines) Latest Report Comments
CalciteFuzzer 0% (avg: 0.0%, max: 0%) 2025-05-30
SqlParserFuzzer 0% (avg: 0.0%, max: 0%) 2025-05-30

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 553 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 550 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 549 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 548 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 540 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 539 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 538 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 522 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%