DynamicTableSource
. Use the concept of computed columns instead. See FLIP-95 for more
information.@Deprecated @PublicEvolving public abstract class TimestampExtractor extends Object implements FieldComputer<Long>, Serializable, Descriptor
Constructor and Description |
---|
TimestampExtractor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation<Long> |
getReturnType()
Deprecated.
Returns the result type of the expression.
|
Map<String,String> |
toProperties()
Deprecated.
This method is a default implementation that uses java serialization and it is discouraged.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArgumentFields, getExpression, validateArgumentFields
public TypeInformation<Long> getReturnType()
FieldComputer
getReturnType
in interface FieldComputer<Long>
public Map<String,String> toProperties()
toProperties
in interface Descriptor
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.