Skip to content

CreateTable Logical Operator

CreateTable is a LogicalPlan.

Analysis Phase

CreateTable can never be resolved and is replaced with (resolved to) a logical command at analysis phase in the following rules:

Creating Instance

CreateTable takes the following to be created:

While being created, CreateTable asserts the following:

CreateTable is created when:

Never Resolved

LogicalPlan
resolved: Boolean

resolved is part of the LogicalPlan abstraction.

resolved is always false.