Class EventHelpers
Object
org.apache.spark.sql.pipelines.logging.EventHelpers
Contains helpers and implicits for working with 
PipelineEvents.- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
EventHelperspublic EventHelpers()
 
- 
- 
Method Details- 
formatTimestampConverts a timestamp to a string in ISO 8601 format.
- 
parseTimestampConverts an ISO 8601 formatted timestamp to aTimestamp.
 
-