Class EventHelpers
Object
org.apache.spark.sql.pipelines.logging.EventHelpers
Contains helpers and implicits for working with
PipelineEvent
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Converts a timestamp to a string in ISO 8601 format.static Timestamp
parseTimestamp
(String timeString) Converts an ISO 8601 formatted timestamp to aTimestamp
.
-
Constructor Details
-
EventHelpers
public EventHelpers()
-
-
Method Details
-
formatTimestamp
Converts a timestamp to a string in ISO 8601 format. -
parseTimestamp
Converts an ISO 8601 formatted timestamp to aTimestamp
.
-