ResolvedSchema and WatermarkSpec.@Deprecated public class WatermarkSpec extends Object
TableSchema. It mainly contains 3 parts:
| 构造器和说明 |
|---|
WatermarkSpec(String rowtimeAttribute,
String watermarkExpressionString,
DataType watermarkExprOutputType)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
asSummaryString()
已过时。
|
boolean |
equals(Object o)
已过时。
|
String |
getRowtimeAttribute()
已过时。
Returns the name of rowtime attribute, it can be a nested field using dot separator.
|
String |
getWatermarkExpr()
已过时。
Returns the string representation of watermark generation expression.
|
DataType |
getWatermarkExprOutputType()
已过时。
Returns the data type of the computation result of watermark generation expression.
|
int |
hashCode()
已过时。
|
String |
toString()
已过时。
|
public String getRowtimeAttribute()
TableSchema and of type LogicalTypeRoot.TIMESTAMP_WITHOUT_TIME_ZONE.public String getWatermarkExpr()
public DataType getWatermarkExprOutputType()
public String asSummaryString()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.