public final class WatermarkPushDownSpec extends SourceAbilitySpecBase
SourceAbilitySpec that can not only serialize/deserialize the watermark
to/from JSON, but also can push the watermark into a SupportsWatermarkPushDown.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_IDLE_TIMEOUT_MILLIS |
static String |
FIELD_NAME_WATERMARK_EXPR |
FIELD_NAME_PRODUCED_TYPE| Constructor and Description |
|---|
WatermarkPushDownSpec(org.apache.calcite.rex.RexNode watermarkExpr,
long idleTimeoutMillis,
org.apache.flink.table.types.logical.RowType producedType) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.flink.table.connector.source.DynamicTableSource tableSource,
SourceAbilityContext context)
Apply the ability to the given
DynamicTableSource. |
boolean |
equals(Object o) |
String |
getDigests(SourceAbilityContext context)
Additional digests to generate when this spec is applied to the source.
|
int |
hashCode() |
getProducedTypepublic static final String FIELD_NAME_WATERMARK_EXPR
public static final String FIELD_NAME_IDLE_TIMEOUT_MILLIS
public WatermarkPushDownSpec(org.apache.calcite.rex.RexNode watermarkExpr,
long idleTimeoutMillis,
org.apache.flink.table.types.logical.RowType producedType)
public void apply(org.apache.flink.table.connector.source.DynamicTableSource tableSource,
SourceAbilityContext context)
SourceAbilitySpecDynamicTableSource.public String getDigests(SourceAbilityContext context)
SourceAbilitySpeccontext - The context about the source.public boolean equals(Object o)
equals in class SourceAbilitySpecBasepublic int hashCode()
hashCode in class SourceAbilitySpecBaseCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.