Interface DefinedRowtimeAttributes
-
@Deprecated @Internal public interface DefinedRowtimeAttributes
Deprecated.This interface will not be supported in the new source design aroundDynamicTableSource
. Use the concept of computed columns instead. See FLIP-95 for more information.Extends aTableSource
to specify rowtime attributes via aRowtimeAttributeDescriptor
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<RowtimeAttributeDescriptor>
getRowtimeAttributeDescriptors()
Deprecated.Returns a list ofRowtimeAttributeDescriptor
for all rowtime attributes of the table.
-
-
-
Method Detail
-
getRowtimeAttributeDescriptors
List<RowtimeAttributeDescriptor> getRowtimeAttributeDescriptors()
Deprecated.Returns a list ofRowtimeAttributeDescriptor
for all rowtime attributes of the table.All referenced attributes must be present in the
TableSchema
of theTableSource
and of typeTypes.SQL_TIMESTAMP
.- Returns:
- A list of
RowtimeAttributeDescriptor
.
-
-