Class PipelineEventOrigin

Object
org.apache.spark.sql.pipelines.logging.PipelineEventOrigin
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class PipelineEventOrigin extends Object implements scala.Product, Serializable
Describes where the event originated from param: datasetName The name of the dataset param: flowName The name of the flow param: sourceCodeLocation The location of the source code
See Also:
  • Constructor Details

    • PipelineEventOrigin

      public PipelineEventOrigin(scala.Option<String> datasetName, scala.Option<String> flowName, scala.Option<QueryOrigin> sourceCodeLocation)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3)
    • toString

      public static String toString()
    • datasetName

      public scala.Option<String> datasetName()
    • flowName

      public scala.Option<String> flowName()
    • sourceCodeLocation

      public scala.Option<QueryOrigin> sourceCodeLocation()