CreateTableDataThe data required to create a table.
columnsThe column list.
createWhether to create a new table.
globalTemporaryWhether the table is global temporary.
idThe object id.
isHiddenThe table is hidden.
persistDataWhether the data should be persisted.
persistIndexesWhether the indexes should be persisted.
schemaThe schema.
sessionThe session.
tableEngineThe table engine to use for creating the table.
tableEngineParamsThe table engine params to use for creating the table.
tableNameThe table name.
temporaryWhether this is a temporary table.
| ||||||||||||||||||||||||||||