| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ResolvedSchema(List<Column> columns,
List<WatermarkSpec> watermarkSpecs,
UniqueConstraint primaryKey) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.