@PublicEvolving public interface DefinedRowtimeAttributes
TableSource
to specify rowtime attributes via a RowtimeAttributeDescriptor
.Modifier and Type | Method and Description |
---|---|
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–2021 The Apache Software Foundation. All rights reserved.