Uses of Class
org.apache.flink.table.legacy.api.WatermarkSpec
-
Packages that use WatermarkSpec Package Description org.apache.flink.table.legacy.api -
-
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 WatermarkSpec Modifier and Type Method Description List<WatermarkSpec>
TableSchema. 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 WatermarkSpec Modifier and Type Method Description TableSchema.Builder
TableSchema.Builder. watermark(WatermarkSpec watermarkSpec)
Adds the givenWatermarkSpec
to this builder.
-