ResolveHiveSerdeTable Logical Resolution Rule¶
ResolveHiveSerdeTable
is a logical resolution rule (i.e. Rule[LogicalPlan]
) that the Hive-specific logical query plan analyzer uses to <
ResolveHiveSerdeTable
is part of additional rules in Resolution fixed-point batch of rules.
=== [[apply]] Applying ResolveHiveSerdeTable Rule to Logical Plan -- apply
Method
[source, scala]¶
apply( plan: LogicalPlan): LogicalPlan
NOTE: apply
is part of ../catalyst/Rule.md#apply[Rule Contract] to apply a rule to a ../spark-sql-LogicalPlan.md[logical plan].
apply
...FIXME