|
Change Parameter Type elements : List<TableElement> to elements : List<ColumnDefinition> in method public CreateTable(name QualifiedName, elements List<ColumnDefinition>, notExists boolean, properties Map<String,Expression>) in class com.facebook.presto.sql.tree.CreateTable |
From |
To |
|
Change Parameter Type column : TableElement to column : ColumnDefinition in method public AddColumn(name QualifiedName, column ColumnDefinition) in class com.facebook.presto.sql.tree.AddColumn |
From |
To |
|
Change Parameter Type node : TableElement to node : ColumnDefinition in method protected visitTableElement(node ColumnDefinition, context C) : R in class com.facebook.presto.sql.tree.AstVisitor |
From |
To |
|
Change Parameter Type context : SqlBaseParser.TableElementContext to context : SqlBaseParser.ColumnDefinitionContext in method public visitColumnDefinition(context SqlBaseParser.ColumnDefinitionContext) : Node in class com.facebook.presto.sql.parser.AstBuilder |
From |
To |
|
Change Parameter Type column : TableElement to column : ColumnDefinition in method private AddColumn(location Optional<NodeLocation>, name QualifiedName, column ColumnDefinition) in class com.facebook.presto.sql.tree.AddColumn |
From |
To |
|
Change Parameter Type column : TableElement to column : ColumnDefinition in method public AddColumn(location NodeLocation, name QualifiedName, column ColumnDefinition) in class com.facebook.presto.sql.tree.AddColumn |
From |
To |
|
Change Parameter Type elements : List<TableElement> to elements : List<ColumnDefinition> in method private CreateTable(location Optional<NodeLocation>, name QualifiedName, elements List<ColumnDefinition>, notExists boolean, properties Map<String,Expression>) in class com.facebook.presto.sql.tree.CreateTable |
From |
To |
|
Change Parameter Type elements : List<TableElement> to elements : List<ColumnDefinition> in method public CreateTable(location NodeLocation, name QualifiedName, elements List<ColumnDefinition>, notExists boolean, properties Map<String,Expression>) in class com.facebook.presto.sql.tree.CreateTable |
From |
To |
|
Change Variable Type columns : List<TableElement> to columns : List<ColumnDefinition> in method protected visitShowCreate(node ShowCreate, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Variable Type o : TableElement to o : ColumnDefinition in method public equals(obj Object) : boolean in class com.facebook.presto.sql.tree.ColumnDefinition |
From |
To |
|
Change Variable Type tableElement : TableElement to columnDefinition : ColumnDefinition in method protected visitCreateTable(node CreateTable, context C) : R in class com.facebook.presto.sql.tree.DefaultTraversalVisitor |
From |
To |
|
Change Variable Type element : TableElement to element : ColumnDefinition 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 |
|
Change Variable Type element : TableElement to element : ColumnDefinition in method public execute(statement AddColumn, transactionManager TransactionManager, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine, parameters List<Expression>) : CompletableFuture<?> in class com.facebook.presto.execution.AddColumnTask |
From |
To |