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 tpch-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.trino.tpch
├─ io.trino.tpch.AbstractRandomInt.class - [JAR]
├─ io.trino.tpch.Customer.class - [JAR]
├─ io.trino.tpch.CustomerColumn.class - [JAR]
├─ io.trino.tpch.CustomerGenerator.class - [JAR]
├─ io.trino.tpch.Distribution.class - [JAR]
├─ io.trino.tpch.DistributionLoader.class - [JAR]
├─ io.trino.tpch.Distributions.class - [JAR]
├─ io.trino.tpch.GenerateUtils.class - [JAR]
├─ io.trino.tpch.LineItem.class - [JAR]
├─ io.trino.tpch.LineItemColumn.class - [JAR]
├─ io.trino.tpch.LineItemGenerator.class - [JAR]
├─ io.trino.tpch.Nation.class - [JAR]
├─ io.trino.tpch.NationColumn.class - [JAR]
├─ io.trino.tpch.NationGenerator.class - [JAR]
├─ io.trino.tpch.Order.class - [JAR]
├─ io.trino.tpch.OrderColumn.class - [JAR]
├─ io.trino.tpch.OrderGenerator.class - [JAR]
├─ io.trino.tpch.Part.class - [JAR]
├─ io.trino.tpch.PartColumn.class - [JAR]
├─ io.trino.tpch.PartGenerator.class - [JAR]
├─ io.trino.tpch.PartSupplier.class - [JAR]
├─ io.trino.tpch.PartSupplierColumn.class - [JAR]
├─ io.trino.tpch.PartSupplierGenerator.class - [JAR]
├─ io.trino.tpch.RandomAlphaNumeric.class - [JAR]
├─ io.trino.tpch.RandomBoundedInt.class - [JAR]
├─ io.trino.tpch.RandomBoundedLong.class - [JAR]
├─ io.trino.tpch.RandomInt.class - [JAR]
├─ io.trino.tpch.RandomLong.class - [JAR]
├─ io.trino.tpch.RandomPhoneNumber.class - [JAR]
├─ io.trino.tpch.RandomString.class - [JAR]
├─ io.trino.tpch.RandomStringSequence.class - [JAR]
├─ io.trino.tpch.RandomText.class - [JAR]
├─ io.trino.tpch.Region.class - [JAR]
├─ io.trino.tpch.RegionColumn.class - [JAR]
├─ io.trino.tpch.RegionGenerator.class - [JAR]
├─ io.trino.tpch.StringUtils.class - [JAR]
├─ io.trino.tpch.Supplier.class - [JAR]
├─ io.trino.tpch.SupplierColumn.class - [JAR]
├─ io.trino.tpch.SupplierGenerator.class - [JAR]
├─ io.trino.tpch.TextPool.class - [JAR]
├─ io.trino.tpch.TextPoolGenerator.class - [JAR]
├─ io.trino.tpch.TpchColumn.class - [JAR]
├─ io.trino.tpch.TpchColumnType.class - [JAR]
├─ io.trino.tpch.TpchColumnTypes.class - [JAR]
├─ io.trino.tpch.TpchEntity.class - [JAR]
├─ io.trino.tpch.TpchTable.class - [JAR]