Class EventHelpers

Object
org.apache.spark.sql.pipelines.logging.EventHelpers

public class EventHelpers extends Object
Contains helpers and implicits for working with PipelineEvents.
  • Constructor Details

    • EventHelpers

      public EventHelpers()
  • Method Details

    • formatTimestamp

      public static String formatTimestamp(Timestamp ts)
      Converts a timestamp to a string in ISO 8601 format.
    • parseTimestamp

      public static Timestamp parseTimestamp(String timeString)
      Converts an ISO 8601 formatted timestamp to a Timestamp.