CreateTable Logical Operator

CreateTable is a logical operator that represents (is created for) the following:

CreateTable requires that the table provider of the CatalogTable is defined or throws an AssertionError:

assertion failed: The table to be created must have a provider.

The optional AS query is defined when used for the following:

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

Creating CreateTable Instance

CreateTable takes the following to be created:

When created, CreateTable makes sure that the optional logical query plan is undefined only when the mode is ErrorIfExists or Ignore. CreateTable throws an AssertionError otherwise:

assertion failed: create table without data insertion can only use ErrorIfExists or Ignore as SaveMode.

results matching ""

    No results matching ""