@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–2020 The Apache Software Foundation. All rights reserved.