Uses of Class
org.apache.flink.table.legacy.sources.RowtimeAttributeDescriptor
-
Packages that use RowtimeAttributeDescriptor Package Description org.apache.flink.table.legacy.sources -
-
Uses of RowtimeAttributeDescriptor in org.apache.flink.table.legacy.sources
Methods in org.apache.flink.table.legacy.sources that return types with arguments of type RowtimeAttributeDescriptor Modifier and Type Method Description List<RowtimeAttributeDescriptor>DefinedRowtimeAttributes. getRowtimeAttributeDescriptors()Deprecated.Returns a list ofRowtimeAttributeDescriptorfor all rowtime attributes of the table.
-