DynamicTableSource
. Use the concept of computed columns instead. See FLIP-95 for more
information.@Deprecated @PublicEvolving public interface DefinedProctimeAttribute
TableSource
to specify a processing time attribute.Modifier and Type | Method and Description |
---|---|
String |
getProctimeAttribute()
Deprecated.
Returns the name of a processing time attribute or null if no processing time attribute is
present.
|
@Nullable String getProctimeAttribute()
The referenced attribute must be present in the TableSchema
of the TableSource
and of type Types.SQL_TIMESTAMP
.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.