DynamicTableSource. Use the concept of computed columns instead. See FLIP-95 for more
information.@Deprecated public final class RowtimeAttributeDescriptor extends Object
TableSource.| 构造器和说明 |
|---|
RowtimeAttributeDescriptor(String attributeName,
TimestampExtractor timestampExtractor,
WatermarkStrategy watermarkStrategy)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o)
已过时。
|
String |
getAttributeName()
已过时。
Returns the name of the rowtime attribute.
|
TimestampExtractor |
getTimestampExtractor()
已过时。
Returns the [[TimestampExtractor]] for the attribute.
|
WatermarkStrategy |
getWatermarkStrategy()
已过时。
Returns the [[WatermarkStrategy]] for the attribute.
|
int |
hashCode()
已过时。
|
public RowtimeAttributeDescriptor(String attributeName, TimestampExtractor timestampExtractor, WatermarkStrategy watermarkStrategy)
public String getAttributeName()
public TimestampExtractor getTimestampExtractor()
public WatermarkStrategy getWatermarkStrategy()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.