ResolvedSchema
and WatermarkSpec
.@Deprecated public class WatermarkSpec extends Object
TableSchema
. It mainly contains 3 parts:
Constructor and Description |
---|
WatermarkSpec(String rowtimeAttribute,
String watermarkExpressionString,
DataType watermarkExprOutputType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getRowtimeAttribute()
Deprecated.
Returns the name of rowtime attribute, it can be a nested field using dot separator.
|
String |
getWatermarkExpr()
Deprecated.
Returns the string representation of watermark generation expression.
|
DataType |
getWatermarkExprOutputType()
Deprecated.
Returns the data type of the computation result of watermark generation expression.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public String getRowtimeAttribute()
TableSchema
and of type LogicalTypeRoot.TIMESTAMP_WITHOUT_TIME_ZONE
.public String getWatermarkExpr()
public DataType getWatermarkExprOutputType()
public String asSummaryString()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.