pyflink.table.expression.Expression.to_time#
- property Expression.to_time: pyflink.table.expression.Expression#
Parses a time string in the form “HH:mm:ss” to a SQL Time. It’s equivalent to col.cast(DataTypes.TIME()).
Example:
>>> lit("3:30:00").to_time
New in version 1.12.0.