PreprocessTableCreation PostHoc Logical Resolution Rule¶
PreprocessTableCreation is a posthoc logical resolution rule that <
PreprocessTableCreation is part of the Post-Hoc Resolution once-executed batch of the Hive-specific and the default logical analyzers.
PreprocessTableCreation is simply a Catalyst rule for transforming logical plans, i.e. Rule[LogicalPlan].
[[sparkSession]] [[creating-instance]] PreprocessTableCreation takes a <
=== [[apply]] Executing Rule -- apply Method
[source, scala]¶
apply(plan: LogicalPlan): LogicalPlan¶
apply...FIXME
apply is part of the Rule abstraction.