数据湖探索 DLI-自拓展输入流:语法格式

时间:2024-11-16 13:21:40

语法格式

1
2
3
4
5
6
7
CREATE SOURCE STREAM stream_id (attr_name attr_type (',' attr_name attr_type)* )
  WITH (
    type = "user_defined",
    type_class_name = "",
    type_class_parameter = ""
  )
  (TIMESTAMP BY timeindicator (',' timeindicator)?);timeindicator:PROCTIME '.' PROCTIME| ID '.' ROWTIME
support.huaweicloud.com/sqlref-flink-dli/dli_08_0273.html