| Package | Description |
|---|---|
| org.apache.flink.table.api |
| Modifier and Type | Method and Description |
|---|---|
List<WatermarkSpec> |
TableSchema.getWatermarkSpecs()
Deprecated.
Returns a list of the watermark specification which contains rowtime attribute and watermark
strategy expression.
|
| Modifier and Type | Method and Description |
|---|---|
TableSchema.Builder |
TableSchema.Builder.watermark(WatermarkSpec watermarkSpec)
Adds the given
WatermarkSpec to this builder. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.