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
.Modifier and Type | Method and Description |
---|---|
List<RowtimeAttributeDescriptor> |
getRowtimeAttributeDescriptors()
Deprecated.
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–2024 The Apache Software Foundation. All rights reserved.