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 rheem-sqlite3-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.qcri.rheem.sqlite3.channels
├─ org.qcri.rheem.sqlite3.channels.ChannelConversions.class - [JAR]
org.qcri.rheem.sqlite3.platform
├─ org.qcri.rheem.sqlite3.platform.Sqlite3Platform.class - [JAR]
org.qcri.rheem.sqlite3.operators
├─ org.qcri.rheem.sqlite3.operators.Sqlite3FilterOperator.class - [JAR]
├─ org.qcri.rheem.sqlite3.operators.Sqlite3ProjectionOperator.class - [JAR]
├─ org.qcri.rheem.sqlite3.operators.Sqlite3TableSource.class - [JAR]
org.qcri.rheem.sqlite3
├─ org.qcri.rheem.sqlite3.Sqlite3.class - [JAR]
org.qcri.rheem.sqlite3.mapping
├─ org.qcri.rheem.sqlite3.mapping.FilterMapping.class - [JAR]
├─ org.qcri.rheem.sqlite3.mapping.Mappings.class - [JAR]
├─ org.qcri.rheem.sqlite3.mapping.ProjectionMapping.class - [JAR]
org.qcri.rheem.sqlite3.plugin
├─ org.qcri.rheem.sqlite3.plugin.Sqlite3ConversionPlugin.class - [JAR]
├─ org.qcri.rheem.sqlite3.plugin.Sqlite3Plugin.class - [JAR]