public class CreateTableOperation extends Object implements CreateOperation
| Constructor and Description |
|---|
CreateTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
org.apache.flink.table.catalog.CatalogTable catalogTable,
boolean ignoreIfExists,
boolean isTemporary) |
| Modifier and Type | Method and Description |
|---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
org.apache.flink.table.catalog.CatalogTable |
getCatalogTable() |
org.apache.flink.table.catalog.ObjectIdentifier |
getTableIdentifier() |
boolean |
isIgnoreIfExists() |
boolean |
isTemporary() |
public CreateTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
org.apache.flink.table.catalog.CatalogTable catalogTable,
boolean ignoreIfExists,
boolean isTemporary)
public org.apache.flink.table.catalog.CatalogTable getCatalogTable()
public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
public boolean isIgnoreIfExists()
public boolean isTemporary()
public String asSummaryString()
OperationasSummaryString in interface OperationCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.