Class RowtimeTypeStrategy

java.lang.Object
org.apache.flink.table.types.inference.strategies.RowtimeTypeStrategy
All Implemented Interfaces:
TypeStrategy

@Internal public class RowtimeTypeStrategy extends Object implements TypeStrategy
Type strategy for BuiltInFunctionDefinitions.ROWTIME which mirrors the type of the passed rowtime column, but returns LogicalTypeRoot.TIMESTAMP_WITHOUT_TIME_ZONE for a BATCH mode.
  • Constructor Details

    • RowtimeTypeStrategy

      public RowtimeTypeStrategy()
  • Method Details