// FIXME Example of ResolveHiveSerdeTable
ResolveHiveSerdeTable Logical Resolution Rule
ResolveHiveSerdeTable
is a logical resolution rule (i.e. Rule[LogicalPlan]
) that the Hive-specific logical query plan analyzer uses to resolve the metadata of a hive table for CreateTable logical operators.
ResolveHiveSerdeTable
is part of additional rules in Resolution fixed-point batch of rules.
Applying ResolveHiveSerdeTable 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