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 presto-tpch-0.283.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.facebook.presto.tpch
├─ com.facebook.presto.tpch.ColumnNaming.class - [JAR]
├─ com.facebook.presto.tpch.TpchBucketFunction.class - [JAR]
├─ com.facebook.presto.tpch.TpchColumnHandle.class - [JAR]
├─ com.facebook.presto.tpch.TpchConnectorFactory.class - [JAR]
├─ com.facebook.presto.tpch.TpchHandleResolver.class - [JAR]
├─ com.facebook.presto.tpch.TpchMetadata.class - [JAR]
├─ com.facebook.presto.tpch.TpchNodePartitioningProvider.class - [JAR]
├─ com.facebook.presto.tpch.TpchPartitioningHandle.class - [JAR]
├─ com.facebook.presto.tpch.TpchPlugin.class - [JAR]
├─ com.facebook.presto.tpch.TpchRecordSet.class - [JAR]
├─ com.facebook.presto.tpch.TpchRecordSetProvider.class - [JAR]
├─ com.facebook.presto.tpch.TpchSplit.class - [JAR]
├─ com.facebook.presto.tpch.TpchSplitManager.class - [JAR]
├─ com.facebook.presto.tpch.TpchTableHandle.class - [JAR]
├─ com.facebook.presto.tpch.TpchTableLayoutHandle.class - [JAR]
├─ com.facebook.presto.tpch.TpchTransactionHandle.class - [JAR]
com.facebook.presto.tpch.util
├─ com.facebook.presto.tpch.util.Optionals.class - [JAR]
├─ com.facebook.presto.tpch.util.PredicateUtils.class - [JAR]
├─ com.facebook.presto.tpch.util.Types.class - [JAR]
com.facebook.presto.tpch.statistics
├─ com.facebook.presto.tpch.statistics.ColumnStatisticsData.class - [JAR]
├─ com.facebook.presto.tpch.statistics.StatisticsEstimator.class - [JAR]
├─ com.facebook.presto.tpch.statistics.TableStatisticsData.class - [JAR]
├─ com.facebook.presto.tpch.statistics.TableStatisticsDataRepository.class - [JAR]