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-common-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.common.functions
├─ com.linkedin.coral.common.functions.CoralSqlUnnestOperator.class - [JAR]
├─ com.linkedin.coral.common.functions.Function.class - [JAR]
├─ com.linkedin.coral.common.functions.FunctionFieldReferenceOperator.class - [JAR]
├─ com.linkedin.coral.common.functions.FunctionRegistry.class - [JAR]
├─ com.linkedin.coral.common.functions.FunctionReturnTypes.class - [JAR]
├─ com.linkedin.coral.common.functions.GenericProjectFunction.class - [JAR]
├─ com.linkedin.coral.common.functions.OperandTypeInference.class - [JAR]
├─ com.linkedin.coral.common.functions.SameOperandTypeExceptFirstOperandChecker.class - [JAR]
├─ com.linkedin.coral.common.functions.UnknownSqlFunctionException.class - [JAR]
com.linkedin.coral.common
├─ com.linkedin.coral.common.FuzzyUnionSqlRewriter.class - [JAR]
├─ com.linkedin.coral.common.HiveDbSchema.class - [JAR]
├─ com.linkedin.coral.common.HiveMetastoreClient.class - [JAR]
├─ com.linkedin.coral.common.HiveMscAdapter.class - [JAR]
├─ com.linkedin.coral.common.HiveSchema.class - [JAR]
├─ com.linkedin.coral.common.HiveTable.class - [JAR]
├─ com.linkedin.coral.common.HiveTypeSystem.class - [JAR]
├─ com.linkedin.coral.common.HiveViewTable.class - [JAR]
├─ com.linkedin.coral.common.LocalMetastoreHiveDbSchema.class - [JAR]
├─ com.linkedin.coral.common.LocalMetastoreHiveSchema.class - [JAR]
├─ com.linkedin.coral.common.LocalMetastoreHiveTable.class - [JAR]
├─ com.linkedin.coral.common.ToRelConverter.class - [JAR]
├─ com.linkedin.coral.common.TypeConverter.class - [JAR]
com.linkedin.coral.common.utils
├─ com.linkedin.coral.common.utils.RelDataTypeToHiveTypeStringConverter.class - [JAR]
├─ com.linkedin.coral.common.utils.TypeDerivationUtil.class - [JAR]
com.linkedin.coral.common.calcite
├─ com.linkedin.coral.common.calcite.CalciteUtil.class - [JAR]
com.linkedin.coral.common.transformers
├─ com.linkedin.coral.common.transformers.JsonTransformSqlCallTransformer.class - [JAR]
├─ com.linkedin.coral.common.transformers.OperatorRenameSqlCallTransformer.class - [JAR]
├─ com.linkedin.coral.common.transformers.SourceOperatorMatchSqlCallTransformer.class - [JAR]
├─ com.linkedin.coral.common.transformers.SqlCallTransformer.class - [JAR]
├─ com.linkedin.coral.common.transformers.SqlCallTransformers.class - [JAR]