Interface DefinedRowtimeAttributes
Deprecated.
Extends a
TableSource to specify rowtime attributes via a RowtimeAttributeDescriptor.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a list ofRowtimeAttributeDescriptorfor all rowtime attributes of the table.
-
Method Details
-
getRowtimeAttributeDescriptors
List<RowtimeAttributeDescriptor> getRowtimeAttributeDescriptors()Deprecated.Returns a list ofRowtimeAttributeDescriptorfor all rowtime attributes of the table.All referenced attributes must be present in the
TableSchemaof theTableSourceand of typeTypes.SQL_TIMESTAMP.- Returns:
- A list of
RowtimeAttributeDescriptor.
-
DynamicTableSource. Use the concept of computed columns instead. See FLIP-95 for more information.