Class GraphIdentifierManager.InternalDatasetIdentifier

Object
org.apache.spark.sql.pipelines.graph.GraphIdentifierManager.InternalDatasetIdentifier
All Implemented Interfaces:
Serializable, GraphIdentifierManager.DatasetIdentifier, scala.Equals, scala.Product
Enclosing class:
GraphIdentifierManager

public static class GraphIdentifierManager.InternalDatasetIdentifier extends Object implements GraphIdentifierManager.DatasetIdentifier, scala.Product, Serializable
Represents the identifier for a dataset that is defined by the current pipeline.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.spark.sql.catalyst.TableIdentifier
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • InternalDatasetIdentifier

      public InternalDatasetIdentifier()
  • Method Details

    • identifier

      public org.apache.spark.sql.catalyst.TableIdentifier identifier()