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