Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 387 Bytes

flink-hello-world

Flink 示例程序包(自定义函数 UDF、自定义 Source 和 Sink 等),可扩展 Flink 程序的功能。

Flink 程序示例

  1. WordCount

UDF 示例

  1. DecodeLatin1
  2. EncodeLatin1
  3. PrintChar
  4. EnhancedSplitIndex
  5. ArrayAgg (示例参考 IntArrayAgg, RowArrayAgg1)
  6. Exploded
  7. StrToArray

Sink 示例

  1. LoggerTableSinkFactory