Uses of Class
org.apache.flink.table.legacy.api.WatermarkSpec
Packages that use WatermarkSpec
-
Uses of WatermarkSpec in org.apache.flink.table.legacy.api
Methods in org.apache.flink.table.legacy.api that return types with arguments of type WatermarkSpecModifier and TypeMethodDescriptionTableSchema.getWatermarkSpecs()Deprecated.Returns a list of the watermark specification which contains rowtime attribute and watermark strategy expression.Methods in org.apache.flink.table.legacy.api with parameters of type WatermarkSpecModifier and TypeMethodDescriptionTableSchema.Builder.watermark(WatermarkSpec watermarkSpec) Adds the givenWatermarkSpecto this builder.