Skip to content

ResolveTimeZone Logical Resolution Rule

ResolveTimeZone is a logical resolution rule that the logical query plan analyzer uses to <>.

ResolveTimeZone is a Catalyst rule for transforming logical plans, i.e. Rule[LogicalPlan].

ResolveTimeZone is part of Resolution fixed-point batch of rules.

=== [[apply]] Applying ResolveTimeZone 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