Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 663 Bytes

spark-sql-ResolveSQLOnFile.adoc

File metadata and controls

27 lines (17 loc) · 663 Bytes

ResolveSQLOnFile Logical Evaluation Rule for…​FIXME

ResolveSQLOnFile is…​FIXME

maybeSQLFile Internal Method

maybeSQLFile(u: UnresolvedRelation): Boolean

maybeSQLFile is enabled (i.e. true) where the following all hold:

  1. FIXME

Note
maybeSQLFile is used exclusively when…​FIXME

Applying Rule to Logical Plan — apply Method

apply(plan: LogicalPlan): LogicalPlan
Note
apply is part of Rule Contract to apply a rule to a logical plan.

apply…​FIXME