DynamicTableSource. Use the concept of computed columns instead. See FLIP-95 for more
information.@Deprecated @PublicEvolving public interface DefinedRowtimeAttributes
TableSource to specify rowtime attributes via a RowtimeAttributeDescriptor.| 限定符和类型 | 方法和说明 |
|---|---|
List<RowtimeAttributeDescriptor> |
getRowtimeAttributeDescriptors()
已过时。
Returns a list of
RowtimeAttributeDescriptor for all rowtime attributes of the table. |
List<RowtimeAttributeDescriptor> getRowtimeAttributeDescriptors()
RowtimeAttributeDescriptor for all rowtime attributes of the table.
All referenced attributes must be present in the TableSchema of the TableSource and of type Types.SQL_TIMESTAMP.
RowtimeAttributeDescriptor.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.