jar

com.risingwave : risingwave-udf

Maven & Gradle

Sep 01, 2023

RisingWave Java UDF SDK

Table Of Contents

Latest Version

Download com.risingwave : risingwave-udf JAR file - Latest Versions:

All Versions

Download com.risingwave : risingwave-udf JAR file - All Versions:

Version Vulnerabilities Size Updated
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 risingwave-udf-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.risingwave.functions

├─ com.risingwave.functions.DataTypeHint.class - [JAR]

├─ com.risingwave.functions.PeriodDuration.class - [JAR]

├─ com.risingwave.functions.Reflection.class - [JAR]

├─ com.risingwave.functions.ScalarFunction.class - [JAR]

├─ com.risingwave.functions.ScalarFunctionBatch.class - [JAR]

├─ com.risingwave.functions.TableFunction.class - [JAR]

├─ com.risingwave.functions.TableFunctionBatch.class - [JAR]

├─ com.risingwave.functions.TypeUtils.class - [JAR]

├─ com.risingwave.functions.UdfProducer.class - [JAR]

├─ com.risingwave.functions.UdfServer.class - [JAR]

├─ com.risingwave.functions.UserDefinedFunction.class - [JAR]

├─ com.risingwave.functions.UserDefinedFunctionBatch.class - [JAR]