| Package | Description |
|---|---|
| org.apache.flink.table.descriptors | |
| org.apache.flink.table.sources | |
| org.apache.flink.table.sources.tsextractors |
| Modifier and Type | Method and Description |
|---|---|
Rowtime |
Rowtime.timestampsFromExtractor(TimestampExtractor extractor)
Deprecated.
Sets a custom timestamp extractor to be used for the rowtime attribute.
|
| Modifier and Type | Method and Description |
|---|---|
TimestampExtractor |
RowtimeAttributeDescriptor.getTimestampExtractor()
Deprecated.
Returns the [[TimestampExtractor]] for the attribute.
|
| Constructor and Description |
|---|
RowtimeAttributeDescriptor(String attributeName,
TimestampExtractor timestampExtractor,
WatermarkStrategy watermarkStrategy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedFieldReference[] |
TimestampExtractorUtils.getAccessedFields(TimestampExtractor timestampExtractor,
DataType physicalInputType,
java.util.function.Function<String,String> nameRemapping)
Retrieves all field accesses needed for the given
TimestampExtractor. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.