91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

flinksql 中怎么自定義udf

發布時間:2021-07-29 15:49:46 來源:億速云 閱讀:650 作者:Leah 欄目:大數據

這期內容當中小編將會給大家帶來有關flinksql 中怎么自定義udf,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

1、pom.xml(注意:pom中有多余的jar,本人暫時未進行剔除)

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>org.example</groupId>
    <artifactId>udf</artifactId>
    <version>1.0-SNAPSHOT</version>

    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
    </properties>

    <dependencies>

        <!-- Either... -->
        <dependency>
            <groupId>org.apache.flink</groupId>
            <artifactId>flink-table-api-java-bridge_2.11</artifactId>
            <version>1.10.2</version>
            <scope>provided</scope>
        </dependency>
        <!-- or... -->
        <dependency>
            <groupId>org.apache.flink</groupId>
            <artifactId>flink-table-api-scala-bridge_2.11</artifactId>
            <version>1.10.2</version>
            <scope>provided</scope>
        </dependency>
        <!-- Either... (for the old planner that was available before Flink 1.9) -->
        <dependency>
            <groupId>org.apache.flink</groupId>
            <artifactId>flink-table-planner_2.11</artifactId>
            <version>1.10.2</version>
            <scope>provided</scope>
        </dependency>
        <!-- or.. (for the new Blink planner) -->
        <dependency>
            <groupId>org.apache.flink</groupId>
            <artifactId>flink-table-planner-blink_2.11</artifactId>
            <version>1.10.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.flink</groupId>
            <artifactId>flink-streaming-scala_2.11</artifactId>
            <version>1.10.2</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.flink</groupId>
            <artifactId>flink-table-common</artifactId>
            <version>1.10.2</version>
            <scope>provided</scope>
        </dependency>

    </dependencies>

</project>

2、java代碼:

package com.jd;

import org.apache.flink.table.functions.ScalarFunction;

public class HashCode extends ScalarFunction {
    public String eval(String s) {
        return "liuhaijing:"+s;
    }
}

3、接下來就可以參照官網來使用了,配上截屏

flinksql 中怎么自定義udf

上述就是小編為大家分享的flinksql 中怎么自定義udf了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

深水埗区| 本溪| 龙州县| 渭源县| 武平县| 汝南县| SHOW| 乐昌市| 华阴市| 勐海县| 中江县| 共和县| 龙里县| 澄城县| 柳江县| 洪泽县| 湖州市| 桐乡市| 同德县| 分宜县| 锡林郭勒盟| 乐陵市| 大同市| 南召县| 延庆县| 博白县| 泸定县| 山东| 樟树市| 越西县| 文水县| 长沙县| 商洛市| 镇宁| 南涧| 高平市| 西乌珠穆沁旗| 惠州市| 云龙县| 陆川县| 晋江市|