Uses of Class
org.apache.flink.table.catalog.WatermarkSpec
Packages that use WatermarkSpec
-
Uses of WatermarkSpec in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return WatermarkSpecModifier and TypeMethodDescriptionTableChange.ModifyWatermark.getNewWatermark()Returns the modified watermark.TableChange.AddWatermark.getWatermark()Returns the watermark to add.static WatermarkSpecWatermarkSpec.of(String rowtimeAttribute, ResolvedExpression watermarkExpression) Methods in org.apache.flink.table.catalog that return types with arguments of type WatermarkSpecModifier and TypeMethodDescriptionResolvedSchema.getWatermarkSpecs()Returns a list of watermark specifications each consisting of a rowtime attribute and watermark strategy expression.Methods in org.apache.flink.table.catalog with parameters of type WatermarkSpecModifier and TypeMethodDescriptionstatic TableChange.AddWatermarkTableChange.add(WatermarkSpec watermarkSpec) A table change to add a watermark.static TableChange.ModifyWatermarkTableChange.modify(WatermarkSpec newWatermarkSpec) A table change to modify a watermark.Constructors in org.apache.flink.table.catalog with parameters of type WatermarkSpec