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 coral-spark-2.1.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.linkedin.coral.spark
├─ com.linkedin.coral.spark.AddExplicitAlias.class - [JAR]
├─ com.linkedin.coral.spark.CoralSpark.class - [JAR]
├─ com.linkedin.coral.spark.CoralSqlNodeToSparkSqlNodeConverter.class - [JAR]
├─ com.linkedin.coral.spark.CoralToSparkSqlCallConverter.class - [JAR]
├─ com.linkedin.coral.spark.IRRelToSparkRelTransformer.class - [JAR]
├─ com.linkedin.coral.spark.SparkSqlRewriter.class - [JAR]
com.linkedin.coral.spark.exceptions
├─ com.linkedin.coral.spark.exceptions.UnsupportedUDFException.class - [JAR]
com.linkedin.coral.spark.dialect
├─ com.linkedin.coral.spark.dialect.SparkSqlDialect.class - [JAR]
com.linkedin.coral.spark.containers
├─ com.linkedin.coral.spark.containers.SparkRelInfo.class - [JAR]
├─ com.linkedin.coral.spark.containers.SparkUDFInfo.class - [JAR]
com.linkedin.coral.spark.transformers
├─ com.linkedin.coral.spark.transformers.ExtractUnionFunctionTransformer.class - [JAR]
├─ com.linkedin.coral.spark.transformers.FallBackToLinkedInHiveUDFTransformer.class - [JAR]
├─ com.linkedin.coral.spark.transformers.FuzzyUnionGenericProjectTransformer.class - [JAR]
├─ com.linkedin.coral.spark.transformers.TransportUDFTransformer.class - [JAR]
com.linkedin.coral.spark.functions
├─ com.linkedin.coral.spark.functions.SqlLateralJoin.class - [JAR]
├─ com.linkedin.coral.spark.functions.SqlLateralViewAsOperator.class - [JAR]