|
Change Parameter Type elements : List<ColumnDefinition> to elements : List<TableElement> in method public CreateTable(location NodeLocation, name QualifiedName, elements List<TableElement>, notExists boolean, properties Map<String,Expression>) in class com.facebook.presto.sql.tree.CreateTable |
From |
To |
|
Change Parameter Type elements : List<ColumnDefinition> to elements : List<TableElement> in method private CreateTable(location Optional<NodeLocation>, name QualifiedName, elements List<TableElement>, notExists boolean, properties Map<String,Expression>) in class com.facebook.presto.sql.tree.CreateTable |
From |
To |
|
Change Parameter Type node : ColumnDefinition to node : TableElement in method protected visitTableElement(node TableElement, context C) : R in class com.facebook.presto.sql.tree.AstVisitor |
From |
To |
|
Change Parameter Type elements : List<ColumnDefinition> to elements : List<TableElement> in method public CreateTable(name QualifiedName, elements List<TableElement>, notExists boolean, properties Map<String,Expression>) in class com.facebook.presto.sql.tree.CreateTable |
From |
To |
|
Change Variable Type columns : List<ColumnDefinition> to columns : List<TableElement> in method protected visitShowCreate(node ShowCreate, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Variable Type columnDefinition : ColumnDefinition to tableElement : TableElement in method protected visitCreateTable(node CreateTable, context C) : R in class com.facebook.presto.sql.tree.DefaultTraversalVisitor |
From |
To |
|
Change Variable Type element : ColumnDefinition to element : TableElement in method public execute(statement CreateTable, transactionManager TransactionManager, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine, parameters List<Expression>) : CompletableFuture<?> in class com.facebook.presto.execution.CreateTableTask |
From |
To |