DynamicTableSource. Use the concept of computed columns instead. See FLIP-95 for more
information.@Deprecated @PublicEvolving public interface DefinedProctimeAttribute
TableSource to specify a processing time attribute.| 限定符和类型 | 方法和说明 |
|---|---|
String |
getProctimeAttribute()
已过时。
Returns the name of a processing time attribute or null if no processing time attribute is
present.
|
@Nullable String getProctimeAttribute()
The referenced attribute must be present in the TableSchema of the TableSource and of type Types.SQL_TIMESTAMP.
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.