| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
WatermarkSpec |
TableChange.ModifyWatermark.getNewWatermark()
Returns the modified watermark.
|
WatermarkSpec |
TableChange.AddWatermark.getWatermark()
Returns the watermark to add.
|
static WatermarkSpec |
WatermarkSpec.of(String rowtimeAttribute,
ResolvedExpression watermarkExpression) |
| Modifier and Type | Method and Description |
|---|---|
List<WatermarkSpec> |
ResolvedSchema.getWatermarkSpecs()
Returns a list of watermark specifications each consisting of a rowtime attribute and
watermark strategy expression.
|
| Modifier and Type | Method and Description |
|---|---|
static TableChange.AddWatermark |
TableChange.add(WatermarkSpec watermarkSpec)
A table change to add a watermark.
|
static TableChange.ModifyWatermark |
TableChange.modify(WatermarkSpec newWatermarkSpec)
A table change to modify a watermark.
|
| Constructor and Description |
|---|
ModifyWatermark(WatermarkSpec newWatermark) |
| Constructor and Description |
|---|
ResolvedSchema(List<Column> columns,
List<WatermarkSpec> watermarkSpecs,
UniqueConstraint primaryKey) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.