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 embulk-filter-calcite-0.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.embulk.filter.calcite
├─ org.embulk.filter.calcite.CalciteFilterPlugin.class - [JAR]
├─ org.embulk.filter.calcite.PageConverter.class - [JAR]
org.embulk.filter.calcite.adapter.page
├─ org.embulk.filter.calcite.adapter.page.PageEnumerator.class - [JAR]
├─ org.embulk.filter.calcite.adapter.page.PageFieldType.class - [JAR]
├─ org.embulk.filter.calcite.adapter.page.PageSchema.class - [JAR]
├─ org.embulk.filter.calcite.adapter.page.PageSchemaFactory.class - [JAR]
├─ org.embulk.filter.calcite.adapter.page.PageTable.class - [JAR]
org.embulk.filter.calcite.getter
├─ org.embulk.filter.calcite.getter.FilterColumnGetterFactory.class - [JAR]
├─ org.embulk.filter.calcite.getter.FilterTimestampColumnGetter.class - [JAR]