Package io.trino.sql.analyzer
Class Analysis.Create
java.lang.Object
io.trino.sql.analyzer.Analysis.Create
- Enclosing class:
Analysis
-
Constructor Summary
ConstructorsConstructorDescriptionCreate(Optional<QualifiedObjectName> destination, Optional<ConnectorTableMetadata> metadata, Optional<TableLayout> layout, boolean createTableAsSelectWithData, boolean createTableAsSelectNoOp, boolean replace) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean
-
Constructor Details
-
Create
public Create(Optional<QualifiedObjectName> destination, Optional<ConnectorTableMetadata> metadata, Optional<TableLayout> layout, boolean createTableAsSelectWithData, boolean createTableAsSelectNoOp, boolean replace)
-
-
Method Details
-
getDestination
-
getMetadata
-
getLayout
-
isCreateTableAsSelectWithData
public boolean isCreateTableAsSelectWithData() -
isCreateTableAsSelectNoOp
public boolean isCreateTableAsSelectNoOp() -
isReplace
public boolean isReplace()
-