Skip to content

Commit

Permalink
[SPARK-7275] [SQL] [WIP] Make LogicalRelation public
Browse files Browse the repository at this point in the history
  • Loading branch information
gweidner committed May 4, 2015
1 parent 1ffa8cb commit d9c30f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ import org.apache.spark.sql.catalyst.plans.logical.{Statistics, LeafNode, Logica
/**
* Used to link a [[BaseRelation]] in to a logical query plan.
*/
private[sql] case class LogicalRelation(relation: BaseRelation)
case class LogicalRelation(relation: BaseRelation)
extends LeafNode
with MultiInstanceRelation {

Expand Down

0 comments on commit d9c30f4

Please sign in to comment.