jar

com.linkedin.coral : coral-common

Maven & Gradle

Aug 10, 2023
3 usages
737 stars

coral-common · A library for analyzing, processing, and rewriting views defined in the Hive Metastore, and sharing them across multiple execution engines

Table Of Contents

Latest Version

Download com.linkedin.coral : coral-common JAR file - Latest Versions:

All Versions

Download com.linkedin.coral : coral-common JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement