View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window atopcalcite-2.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.calcite.sql2rel
├─ org.apache.calcite.sql2rel.RelFieldTrimmer.class - [JAR]
├─ org.apache.calcite.sql2rel.SqlToRelConverter.class - [JAR]
org.apache.calcite.rel.rules
├─ org.apache.calcite.rel.rules.FilterJoinRule.class - [JAR]
├─ org.apache.calcite.rel.rules.OLAPJoinPushThroughJoinRule.class - [JAR]
├─ org.apache.calcite.rel.rules.OLAPJoinPushThroughJoinRule2.class - [JAR]
org.apache.calcite.runtime
├─ org.apache.calcite.runtime.SqlFunctions.class - [JAR]
org.apache.calcite.adapter.enumerable
├─ org.apache.calcite.adapter.enumerable.EnumerableWindowBridge.class - [JAR]
org.apache.calcite.prepare
├─ org.apache.calcite.prepare.CalcitePrepareImpl.class - [JAR]
├─ org.apache.calcite.prepare.OnlyPrepareEarlyAbortException.class - [JAR]
org.apache.calcite.sql.type
├─ org.apache.calcite.sql.type.SqlTypeUtil.class - [JAR]
org.apache.calcite.tools
├─ org.apache.calcite.tools.Programs.class - [JAR]
├─ org.apache.calcite.tools.RelUtils.class - [JAR]