HiveAnalysis PostHoc Logical Resolution Rule
HiveAnalysis is a logical posthoc resolution rule that the Hive-specific logical query plan analyzer uses to FIXME.
Technically, HiveAnalysis is a Catalyst rule for transforming logical plans, i.e. Rule[LogicalPlan].
|
1 2 3 4 5 |
// FIXME Example of HiveAnalysis |
Applying HiveAnalysis Rule to Logical Plan (Executing HiveAnalysis) — apply Method
|
1 2 3 4 5 |
apply(plan: LogicalPlan): LogicalPlan |
|
Note
|
apply is part of Rule Contract to apply a rule to a logical plan.
|
apply…FIXME
spark技术分享