public class CachedData
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
CachedData(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan,
InMemoryRelation cachedRepresentation) |
Modifier and Type | Method and Description |
---|---|
InMemoryRelation |
cachedRepresentation() |
org.apache.spark.sql.catalyst.plans.logical.LogicalPlan |
plan() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CachedData(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan, InMemoryRelation cachedRepresentation)
public org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan()
public InMemoryRelation cachedRepresentation()