jar

com.linkedin.transport : transportable-udfs-presto

Maven & Gradle

May 05, 2021
1 usages
288 stars

transportable-udfs-presto · 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.transport : transportable-udfs-presto JAR file - Latest Versions:

All Versions

Download com.linkedin.transport : transportable-udfs-presto JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 transportable-udfs-presto-0.0.65.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.linkedin.transport.presto.data

├─ com.linkedin.transport.presto.data.PrestoArray.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoBinary.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoBoolean.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoData.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoDouble.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoFloat.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoInteger.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoLong.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoMap.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoString.class - [JAR]

├─ com.linkedin.transport.presto.data.PrestoStruct.class - [JAR]

com.linkedin.transport.presto

├─ com.linkedin.transport.presto.FileSystemClient.class - [JAR]

├─ com.linkedin.transport.presto.PrestoFactory.class - [JAR]

├─ com.linkedin.transport.presto.PrestoWrapper.class - [JAR]

├─ com.linkedin.transport.presto.StdUdfWrapper.class - [JAR]

com.linkedin.transport.presto.types

├─ com.linkedin.transport.presto.types.PrestoArrayType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoBinaryType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoBooleanType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoDoubleType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoFloatType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoIntegerType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoLongType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoMapType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoStringType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoStructType.class - [JAR]

├─ com.linkedin.transport.presto.types.PrestoUnknownType.class - [JAR]

Advertisement