Class GraphIdentifierManager.ExternalDatasetIdentifier

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

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

    Constructors
    Constructor
    Description
    ExternalDatasetIdentifier(org.apache.spark.sql.catalyst.TableIdentifier identifier)
     
  • 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

    • ExternalDatasetIdentifier

      public ExternalDatasetIdentifier(org.apache.spark.sql.catalyst.TableIdentifier identifier)
  • Method Details

    • identifier

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