Class EventHelpers
Object
org.apache.spark.sql.pipelines.logging.EventHelpers
Contains helpers and implicits for working with 
PipelineEvents.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringConverts a timestamp to a string in ISO 8601 format.static TimestampparseTimestamp(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. 
 -