|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanDropView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.ViewAccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.ViewAccessControl |
From |
To |
|
Change Parameter Type tpchTableName : QualifiedTableName to tpchTableName : QualifiedObjectName in method public loadTpchTopic(embeddedKafka EmbeddedKafka, prestoClient TestingPrestoClient, topicName String, tpchTableName QualifiedObjectName) : void in class com.facebook.presto.kafka.util.TestUtils |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public dropView(session Session, viewName QualifiedObjectName) : void in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Parameter Type name : QualifiedTableName to name : QualifiedObjectName in method private getConnectorFor(name QualifiedObjectName) : ConnectorMetadataEntry in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type name : QualifiedTableName to name : QualifiedObjectName in method private analyzeView(query Query, name QualifiedObjectName, catalog Optional<String>, schema Optional<String>, owner Optional<String>, node Table) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public getView(session Session, viewName QualifiedObjectName) : Optional<ViewDefinition> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanAddColumns(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanDropTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type table : QualifiedTableName to table : QualifiedObjectName in method private createTableMetadata(table QualifiedObjectName, columns List<ColumnMetadata>, propertyExpressions Map<String,Expression>, sampled boolean) : TableMetadata in class com.facebook.presto.sql.planner.LogicalPlanner |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanInsertIntoTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanDeleteFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanAddColumns(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method private addColumnRows(builder Builder, tableName QualifiedObjectName, columns List<ColumnMetadata>) : void in class com.facebook.presto.connector.system.jdbc.ColumnJdbcTable |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanDeleteFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanInsertIntoTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type newTableName : QualifiedTableName to newTableName : QualifiedObjectName in method public checkCanRenameTable(identity Identity, tableName QualifiedObjectName, newTableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public createView(session Session, viewName QualifiedObjectName, viewData String, replace boolean) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Parameter Type newTableName : QualifiedTableName to newTableName : QualifiedObjectName in method public renameTable(session Session, tableHandle TableHandle, newTableName QualifiedObjectName) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public getView(session Session, viewName QualifiedObjectName) : Optional<ViewDefinition> in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.ViewAccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public createView(session Session, viewName QualifiedObjectName, viewData String, replace boolean) : void in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanAddColumns(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanDropView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type name : QualifiedTableName to name : QualifiedObjectName in method private tableRow(name QualifiedObjectName, type String) : Object[] in class com.facebook.presto.connector.system.jdbc.TableJdbcTable |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanRenameColumn(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanDeleteFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanInsertIntoTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanRenameColumn(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type tpchTableName : QualifiedTableName to tpchTableName : QualifiedObjectName in method public loadTpchTable(embeddedRedis EmbeddedRedis, prestoClient TestingPrestoClient, tableName String, tpchTableName QualifiedObjectName, dataFormat String) : void in class com.facebook.presto.redis.util.RedisTestUtils |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanRenameTable(identity Identity, tableName QualifiedObjectName, newTableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanDropView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanDropView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanDropTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanDropTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanAddColumns(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type name : QualifiedTableName to name : QualifiedObjectName in method private parseView(view String, name QualifiedObjectName, node Table) : Query in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type newTableName : QualifiedTableName to newTableName : QualifiedObjectName in method public checkCanRenameTable(identity Identity, tableName QualifiedObjectName, newTableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type newTableName : QualifiedTableName to newTableName : QualifiedObjectName in method public checkCanRenameTable(identity Identity, tableName QualifiedObjectName, newTableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type table : QualifiedTableName to table : QualifiedObjectName in method public copyTable(queryRunner QueryRunner, table QualifiedObjectName, session Session) : void in class com.facebook.presto.tests.QueryAssertions |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type newTableName : QualifiedTableName to newTableName : QualifiedObjectName in method public checkCanRenameTable(identity Identity, tableName QualifiedObjectName, newTableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanDropTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanRenameTable(identity Identity, tableName QualifiedObjectName, newTableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type table : QualifiedTableName to table : QualifiedObjectName in method public getTableHandle(session Session, table QualifiedObjectName) : Optional<TableHandle> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public getTableHandle(session Session, tableName QualifiedObjectName) : Optional<TableHandle> in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanDeleteFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanInsertIntoTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanRenameColumn(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type newTableName : QualifiedTableName to newTableName : QualifiedObjectName in method public renameTable(session Session, tableHandle TableHandle, newTableName QualifiedObjectName) : void in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type destination : QualifiedTableName to destination : QualifiedObjectName in method public setCreateTableDestination(destination QualifiedObjectName) : void in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanRenameTable(identity Identity, tableName QualifiedObjectName, newTableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControlManager |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.security.ViewAccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public dropView(session Session, viewName QualifiedObjectName) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanRenameTable(identity Identity, tableName QualifiedObjectName, newTableName QualifiedObjectName) : void in class com.facebook.presto.security.DenyAllAccessControl |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanRenameColumn(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Parameter Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public checkCanSelectFromView(identity Identity, viewName QualifiedObjectName) : void in class com.facebook.presto.testing.TestingAccessControlManager |
From |
To |
|
Change Parameter Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public checkCanCreateViewWithSelectFromTable(identity Identity, tableName QualifiedObjectName) : void in class com.facebook.presto.security.AccessControl |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listTables(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Return Type QualifiedTableName to QualifiedObjectName in method public createQualifiedObjectName(session Session, node Node, name QualifiedName) : QualifiedObjectName in class com.facebook.presto.metadata.MetadataUtil |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listTables(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Return Type Map<QualifiedTableName,ViewDefinition> to Map<QualifiedObjectName,ViewDefinition> in method public getViews(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,ViewDefinition> in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method private listBlackHoleTables() : List<QualifiedObjectName> in class com.facebook.presto.plugin.blackhole.BlackHoleSmokeTest |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listViews(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Return Type Map<QualifiedTableName,List<ColumnMetadata>> to Map<QualifiedObjectName,List<ColumnMetadata>> in method public listTableColumns(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,List<ColumnMetadata>> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listViews(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Return Type Map<QualifiedTableName,List<ColumnMetadata>> to Map<QualifiedObjectName,List<ColumnMetadata>> in method public listTableColumns(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,List<ColumnMetadata>> in class com.facebook.presto.metadata.Metadata |
From |
To |
|
Change Return Type Map<QualifiedTableName,List<ColumnMetadata>> to Map<QualifiedObjectName,List<ColumnMetadata>> in method private getColumnsList(session Session, catalogName String, filters Map<String,NullableValue>) : Map<QualifiedObjectName,List<ColumnMetadata>> in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Return Type QualifiedTableName to QualifiedObjectName in method public valueOf(name String) : QualifiedObjectName in class com.facebook.presto.metadata.QualifiedObjectName |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listTables(session Session, catalog String, schema String) : List<QualifiedObjectName> in class com.facebook.presto.tests.StandaloneQueryRunner |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listTables(session Session, catalog String, schema String) : List<QualifiedObjectName> in class com.facebook.presto.testing.LocalQueryRunner |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method private getTablesList(session Session, catalogName String, filters Map<String,NullableValue>) : List<QualifiedObjectName> in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Return Type Map<QualifiedTableName,ViewDefinition> to Map<QualifiedObjectName,ViewDefinition> in method public getViews(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,ViewDefinition> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listTables(session Session, catalog String, schema String) : List<QualifiedObjectName> in class com.facebook.presto.tests.AbstractTestingPrestoClient |
From |
To |
|
Change Return Type Map<QualifiedTableName,ViewDefinition> to Map<QualifiedObjectName,ViewDefinition> in method private getViews(session Session, catalogName String, filters Map<String,NullableValue>) : Map<QualifiedObjectName,ViewDefinition> in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Return Type QualifiedTableName to QualifiedObjectName in method private extractQualifiedTableName(catalogName String, filters Map<String,NullableValue>) : QualifiedObjectName in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listTables(session Session, catalog String, schema String) : List<QualifiedObjectName> in class com.facebook.presto.tests.DistributedQueryRunner |
From |
To |
|
Change Return Type Optional<QualifiedTableName> to Optional<QualifiedObjectName> in method public getCreateTableDestination() : Optional<QualifiedObjectName> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method private getViewsList(session Session, catalogName String, filters Map<String,NullableValue>) : List<QualifiedObjectName> in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Return Type Function<SchemaTableName,QualifiedTableName> to Function<SchemaTableName,QualifiedObjectName> in method public convertFromSchemaTableName(catalogName String) : Function<SchemaTableName,QualifiedObjectName> in class com.facebook.presto.metadata.QualifiedObjectName |
From |
To |
|
Change Return Type List<QualifiedTableName> to List<QualifiedObjectName> in method public listTables(session Session, catalog String, schema String) : List<QualifiedObjectName> in class com.facebook.presto.testing.QueryRunner |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public execute(statement AddColumn, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.AddColumnTask |
From |
To |
|
Change Variable Type name : QualifiedTableName to name : QualifiedObjectName in method public tableExists(metadata Metadata, session Session, table String) : boolean in class com.facebook.presto.metadata.MetadataUtil |
From |
To |
|
Change Variable Type name : QualifiedTableName to name : QualifiedObjectName in method public testTopicExists() : void in class com.facebook.presto.kafka.TestMinimalFunctionality |
From |
To |
|
Change Variable Type name : QualifiedTableName to name : QualifiedObjectName in method public execute(statement DropView, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.DropViewTask |
From |
To |
|
Change Variable Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method protected visitCreateView(node CreateView, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Variable Type target : QualifiedTableName to target : QualifiedObjectName in method public execute(statement RenameTable, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.RenameTableTask |
From |
To |
|
Change Variable Type viewName : QualifiedTableName to viewName : QualifiedObjectName in method public getViews(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,ViewDefinition> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type table : QualifiedTableName to table : QualifiedObjectName in method public copyAllTables(queryRunner QueryRunner, sourceCatalog String, sourceSchema String, session Session) : void in class com.facebook.presto.tests.QueryAssertions |
From |
To |
|
Change Variable Type tables : Set<QualifiedTableName> to tables : Set<QualifiedObjectName> in method private buildTables(session Session, catalogName String, filters Map<String,NullableValue>) : InternalTable in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Variable Type entry : Entry<QualifiedTableName,ViewDefinition> to entry : Entry<QualifiedObjectName,ViewDefinition> in method private buildViews(session Session, catalogName String, filters Map<String,NullableValue>) : InternalTable in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Variable Type views : Map<QualifiedTableName,ViewDefinition> to views : Map<QualifiedObjectName,ViewDefinition> in method public getViews(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,ViewDefinition> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method protected visitDelete(node Delete, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Variable Type tableNames : List<QualifiedTableName> to tableNames : List<QualifiedObjectName> in method public blackHoleConnectorUsage() : void in class com.facebook.presto.plugin.blackhole.BlackHoleSmokeTest |
From |
To |
|
Change Variable Type table : QualifiedTableName to table : QualifiedObjectName in method public copyTable(queryRunner QueryRunner, sourceCatalog String, sourceSchema String, sourceTable String, session Session) : void in class com.facebook.presto.tests.QueryAssertions |
From |
To |
|
Change Variable Type name : QualifiedTableName to name : QualifiedObjectName in method public testTableExists() : void in class com.facebook.presto.redis.TestMinimalFunctionality |
From |
To |
|
Change Variable Type name : QualifiedTableName to name : QualifiedObjectName in method public cursor(connectorSession ConnectorSession, constraint TupleDomain<Integer>) : RecordCursor in class com.facebook.presto.connector.system.jdbc.TableJdbcTable |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public execute(statement RenameTable, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.RenameTableTask |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public execute(statement CreateTable, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.CreateTableTask |
From |
To |
|
Change Variable Type o : QualifiedTableName to o : QualifiedObjectName in method public equals(obj Object) : boolean in class com.facebook.presto.metadata.QualifiedObjectName |
From |
To |
|
Change Variable Type tableColumns : Map<QualifiedTableName,List<ColumnMetadata>> to tableColumns : Map<QualifiedObjectName,List<ColumnMetadata>> in method public listTableColumns(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,List<ColumnMetadata>> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type targetTable : QualifiedTableName to targetTable : QualifiedObjectName in method protected visitInsert(insert Insert, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Variable Type views : Set<QualifiedTableName> to views : Set<QualifiedObjectName> in method public listViews(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public execute(statement DropTable, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.DropTableTask |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method private buildPartitions(session Session, catalogName String, filters Map<String,NullableValue>) : InternalTable in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Variable Type targetTable : QualifiedTableName to targetTable : QualifiedObjectName in method protected visitCreateTableAsSelect(node CreateTableAsSelect, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method protected visitShowColumns(showColumns ShowColumns, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Variable Type views : Set<QualifiedTableName> to views : Set<QualifiedObjectName> in method private buildTables(session Session, catalogName String, filters Map<String,NullableValue>) : InternalTable in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Variable Type qualifiedTableName : QualifiedTableName to qualifiedTableName : QualifiedObjectName in method public createTableScanOperator(session Session, operatorId int, tableName String, columnNames String...) : OperatorFactory in class com.facebook.presto.testing.LocalQueryRunner |
From |
To |
|
Change Variable Type tables : Set<QualifiedTableName> to tables : Set<QualifiedObjectName> in method public listTables(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type table : QualifiedTableName to table : QualifiedObjectName in method protected visitShowPartitions(showPartitions ShowPartitions, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public execute(statement RenameColumn, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.RenameColumnTask |
From |
To |
|
Change Variable Type entry : Entry<QualifiedTableName,List<ColumnMetadata>> to entry : Entry<QualifiedObjectName,List<ColumnMetadata>> in method public cursor(connectorSession ConnectorSession, constraint TupleDomain<Integer>) : RecordCursor in class com.facebook.presto.connector.system.jdbc.ColumnJdbcTable |
From |
To |
|
Change Variable Type name : QualifiedTableName to name : QualifiedObjectName in method public execute(statement CreateView, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.CreateViewTask |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public listTables(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type destination : QualifiedTableName to destination : QualifiedObjectName in method private createTableCreationPlan(analysis Analysis) : RelationPlan in class com.facebook.presto.sql.planner.LogicalPlanner |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method private buildColumns(session Session, catalogName String, filters Map<String,NullableValue>) : InternalTable in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Variable Type entry : Entry<QualifiedTableName,List<ColumnMetadata>> to entry : Entry<QualifiedObjectName,List<ColumnMetadata>> in method private buildColumns(session Session, catalogName String, filters Map<String,NullableValue>) : InternalTable in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Variable Type name : QualifiedTableName to name : QualifiedObjectName in method private buildTables(session Session, catalogName String, filters Map<String,NullableValue>) : InternalTable in class com.facebook.presto.connector.informationSchema.InformationSchemaPageSourceProvider |
From |
To |
|
Change Variable Type name : QualifiedTableName to name : QualifiedObjectName in method protected visitTable(table Table, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public listViews(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type tableName : QualifiedTableName to tableName : QualifiedObjectName in method public listTableColumns(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,List<ColumnMetadata>> in class com.facebook.presto.metadata.MetadataManager |
From |
To |