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 tpcds-0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.hydromatic.tpcds
├─ net.hydromatic.tpcds.CallCenter.class - [JAR]
├─ net.hydromatic.tpcds.CatalogPage.class - [JAR]
├─ net.hydromatic.tpcds.CatalogReturn.class - [JAR]
├─ net.hydromatic.tpcds.CatalogSale.class - [JAR]
├─ net.hydromatic.tpcds.Customer.class - [JAR]
├─ net.hydromatic.tpcds.CustomerAddress.class - [JAR]
├─ net.hydromatic.tpcds.CustomerDemographic.class - [JAR]
├─ net.hydromatic.tpcds.DateDim.class - [JAR]
├─ net.hydromatic.tpcds.DbgenVersion.class - [JAR]
├─ net.hydromatic.tpcds.Dsgen.class - [JAR]
├─ net.hydromatic.tpcds.HouseholdDemographic.class - [JAR]
├─ net.hydromatic.tpcds.IncomeBand.class - [JAR]
├─ net.hydromatic.tpcds.Inventory.class - [JAR]
├─ net.hydromatic.tpcds.Item.class - [JAR]
├─ net.hydromatic.tpcds.Promotion.class - [JAR]
├─ net.hydromatic.tpcds.Reason.class - [JAR]
├─ net.hydromatic.tpcds.ShipMode.class - [JAR]
├─ net.hydromatic.tpcds.Store.class - [JAR]
├─ net.hydromatic.tpcds.StoreReturn.class - [JAR]
├─ net.hydromatic.tpcds.StoreSale.class - [JAR]
├─ net.hydromatic.tpcds.TimeDim.class - [JAR]
├─ net.hydromatic.tpcds.TpcdsColumn.class - [JAR]
├─ net.hydromatic.tpcds.TpcdsEntity.class - [JAR]
├─ net.hydromatic.tpcds.TpcdsTable.class - [JAR]
├─ net.hydromatic.tpcds.Warehouse.class - [JAR]
├─ net.hydromatic.tpcds.WebPage.class - [JAR]
├─ net.hydromatic.tpcds.WebReturn.class - [JAR]
├─ net.hydromatic.tpcds.WebSale.class - [JAR]
├─ net.hydromatic.tpcds.WebSite.class - [JAR]
net.hydromatic.tpcds.query
├─ net.hydromatic.tpcds.query.Query.class - [JAR]