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-presto-1.0.40.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.linkedin.coral.presto.rel2presto.functions
├─ com.linkedin.coral.presto.rel2presto.functions.GenericProjectToPrestoConverter.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.functions.GenericTemplateFunction.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.functions.PrestoArrayTransformFunction.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.functions.PrestoElementAtFunction.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.functions.PrestoKeywordsConverter.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.functions.PrestoMapTransformValuesFunction.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.functions.PrestoStructCastRowFunction.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.functions.RelDataTypeToPrestoTypeStringConverter.class - [JAR]
com.linkedin.coral.presto.rel2presto
├─ com.linkedin.coral.presto.rel2presto.Calcite2PrestoUDFConverter.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.CalcitePrestoUDFMap.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.HiveToPrestoConverter.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.PrestoSqlDialect.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.PrestoSqlRewriter.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.PrestoTryCastFunction.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.RelToPrestoConverter.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.UDFMapUtils.class - [JAR]
├─ com.linkedin.coral.presto.rel2presto.UDFTransformer.class - [JAR]