Class RowtimeAttributeDescriptor
java.lang.Object
org.apache.flink.table.legacy.sources.RowtimeAttributeDescriptor
Deprecated.
Describes a rowtime attribute of a
TableSource.-
Constructor Summary
ConstructorsConstructorDescriptionRowtimeAttributeDescriptor(String attributeName, TimestampExtractor timestampExtractor, WatermarkStrategy watermarkStrategy) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Returns the name of the rowtime attribute.Deprecated.Returns the [[TimestampExtractor]] for the attribute.Deprecated.Returns the [[WatermarkStrategy]] for the attribute.inthashCode()Deprecated.
-
Constructor Details
-
RowtimeAttributeDescriptor
public RowtimeAttributeDescriptor(String attributeName, TimestampExtractor timestampExtractor, WatermarkStrategy watermarkStrategy) Deprecated.
-
-
Method Details
-
getAttributeName
Deprecated.Returns the name of the rowtime attribute. -
getTimestampExtractor
Deprecated.Returns the [[TimestampExtractor]] for the attribute. -
getWatermarkStrategy
Deprecated.Returns the [[WatermarkStrategy]] for the attribute. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
DynamicTableSource. Use the concept of computed columns instead. See FLIP-95 for more information.