jar

com.qubole.presto : udfs

Maven & Gradle

Jul 13, 2016
96 stars

PrestoUDFs · Common Functions for the Facebook Presto SQL Engine

Table Of Contents

Latest Version

Download com.qubole.presto : udfs JAR file - Latest Versions:

All Versions

Download com.qubole.presto : udfs JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.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 udfs-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.qubole.presto.udfs.aggregation.state

├─ com.qubole.presto.udfs.aggregation.state.ArrayAggregationState.class - [JAR]

├─ com.qubole.presto.udfs.aggregation.state.ArrayAggregationStateFactory.class - [JAR]

├─ com.qubole.presto.udfs.aggregation.state.ArrayAggregationStateSerializer.class - [JAR]

com.qubole.presto.udfs.scalar

├─ com.qubole.presto.udfs.scalar.ExtendedMathFunctions.class - [JAR]

├─ com.qubole.presto.udfs.scalar.NumberSystemFunctions.class - [JAR]

com.qubole.presto.udfs.window

├─ com.qubole.presto.udfs.window.BigintFirstValueIgnoreNullFunction.class - [JAR]

├─ com.qubole.presto.udfs.window.BigintLastValueIgnoreNullFunction.class - [JAR]

├─ com.qubole.presto.udfs.window.BooleanFirstValueIgnoreNullFunction.class - [JAR]

├─ com.qubole.presto.udfs.window.BooleanLastValueIgnoreNullFunction.class - [JAR]

├─ com.qubole.presto.udfs.window.DoubleFirstValueIgnoreNullFunction.class - [JAR]

├─ com.qubole.presto.udfs.window.DoubleLastValueIgnoreNullFunction.class - [JAR]

├─ com.qubole.presto.udfs.window.FirstOrLastValueIgnoreNullFunction.class - [JAR]

├─ com.qubole.presto.udfs.window.VarcharFirstValueIgnoreNullFunction.class - [JAR]

├─ com.qubole.presto.udfs.window.VarcharLastValueIgnoreNullFunction.class - [JAR]

com.qubole.presto.udfs.aggregation

├─ com.qubole.presto.udfs.aggregation.ArrayAggregation.class - [JAR]

com.qubole.presto.udfs.scalar.hiveUdfs

├─ com.qubole.presto.udfs.scalar.hiveUdfs.ExtendedDateTimeFunctions.class - [JAR]

├─ com.qubole.presto.udfs.scalar.hiveUdfs.ExtendedMathematicFunctions.class - [JAR]

├─ com.qubole.presto.udfs.scalar.hiveUdfs.ExtendedStringFunctions.class - [JAR]

com.qubole.presto.udfs

├─ com.qubole.presto.udfs.UdfFactory.class - [JAR]

├─ com.qubole.presto.udfs.UdfPlugin.class - [JAR]

├─ com.qubole.presto.udfs.WindowFunctionDefinition.class - [JAR]

Advertisement