|
Rename Variable connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public createView(session Session, viewName QualifiedObjectName, viewData String, replace boolean) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Rename Variable connectorMetadataEntry : ConnectorMetadataEntry to connectorEntry : ConnectorEntry in method public addConnectorMetadata(connectorId String, catalogName String, connectorMetadata ConnectorMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Rename Variable connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public canCreateSampledTables(session Session, catalogName String) : boolean in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Rename Variable connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public createTable(session Session, catalogName String, tableMetadata TableMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Rename Variable connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public beginCreateTable(session Session, catalogName String, tableMetadata TableMetadata) : OutputTableHandle in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Rename Variable connectorMetadataEntry : ConnectorMetadataEntry to connectorEntry : ConnectorEntry in method public addInformationSchemaMetadata(connectorId String, catalogName String, metadata ConnectorMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Rename Variable connectorMetadataEntry : ConnectorMetadataEntry to connectorEntry : ConnectorEntry in method public addSystemTablesMetadata(connectorId String, catalogName String, metadata ConnectorMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Rename Variable connectorMetadata : ConnectorMetadataEntry to connectorEntry : ConnectorEntry in method public listTableColumns(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,List<ColumnMetadata>> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Rename Variable connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public dropView(session Session, viewName QualifiedObjectName) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type systemTables : ConnectorMetadataEntry to systemTables : ConnectorEntry in method private allConnectorsFor(catalogName String) : List<ConnectorEntry> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getColumnMetadata(session Session, tableHandle TableHandle, columnHandle ColumnHandle) : ColumnMetadata in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public createView(session Session, viewName QualifiedObjectName, viewData String, replace boolean) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public beginDelete(session Session, tableHandle TableHandle) : TableHandle in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public canCreateSampledTables(session Session, catalogName String) : boolean in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : Map.Entry<String,ConnectorMetadataEntry> to entry : Map.Entry<String,ConnectorEntry> in method public getCatalogNames() : Map<String,String> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getTableHandle(session Session, table QualifiedObjectName) : Optional<TableHandle> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method private allConnectorsFor(catalogName String) : List<ConnectorEntry> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public listTables(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadataEntry : ConnectorMetadataEntry to connectorEntry : ConnectorEntry in method public addSystemTablesMetadata(connectorId String, catalogName String, metadata ConnectorMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getLayout(session Session, handle TableLayoutHandle) : TableLayout in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public addColumn(session Session, tableHandle TableHandle, column ColumnMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type result : ConnectorMetadataEntry to result : ConnectorEntry in method private getConnectorMetadata(connectorId String) : ConnectorEntry in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public rollbackInsert(session Session, tableHandle InsertTableHandle) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getUpdateRowIdColumnHandle(session Session, tableHandle TableHandle) : ColumnHandle in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public renameColumn(session Session, tableHandle TableHandle, source ColumnHandle, target String) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connector : ConnectorMetadataEntry to connector : ConnectorEntry in method private allConnectorsFor(catalogName String) : List<ConnectorEntry> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method private getConnectorFor(name QualifiedObjectName) : ConnectorEntry in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type metadata : ConnectorMetadataEntry to metadata : ConnectorEntry in method public getViews(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,ViewDefinition> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getSampleWeightColumnHandle(session Session, tableHandle TableHandle) : Optional<ColumnHandle> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public commitDelete(session Session, tableHandle TableHandle, fragments Collection<Slice>) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public commitCreateTable(session Session, tableHandle OutputTableHandle, fragments Collection<Slice>) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public renameTable(session Session, tableHandle TableHandle, newTableName QualifiedObjectName) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getTableMetadata(session Session, tableHandle TableHandle) : TableMetadata in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadata : ConnectorMetadataEntry to connectorEntry : ConnectorEntry in method public listTableColumns(session Session, prefix QualifiedTablePrefix) : Map<QualifiedObjectName,List<ColumnMetadata>> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type target : ConnectorMetadataEntry to target : ConnectorEntry in method public renameTable(session Session, tableHandle TableHandle, newTableName QualifiedObjectName) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public commitInsert(session Session, tableHandle InsertTableHandle, fragments Collection<Slice>) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public beginInsert(session Session, tableHandle TableHandle) : InsertTableHandle in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type builder : ImmutableList.Builder<ConnectorMetadataEntry> to builder : ImmutableList.Builder<ConnectorEntry> in method private allConnectorsFor(catalogName String) : List<ConnectorEntry> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public listViews(session Session, prefix QualifiedTablePrefix) : List<QualifiedObjectName> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public rollbackCreateTable(session Session, tableHandle OutputTableHandle) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public dropTable(session Session, tableHandle TableHandle) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadataEntry : ConnectorMetadataEntry to connectorEntry : ConnectorEntry in method public addConnectorMetadata(connectorId String, catalogName String, connectorMetadata ConnectorMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadataEntry : ConnectorMetadataEntry to connectorEntry : ConnectorEntry in method public addInformationSchemaMetadata(connectorId String, catalogName String, metadata ConnectorMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public createTable(session Session, catalogName String, tableMetadata TableMetadata) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public listSchemaNames(session Session, catalogName String) : List<String> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public dropView(session Session, viewName QualifiedObjectName) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getView(session Session, viewName QualifiedObjectName) : Optional<ViewDefinition> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getLayouts(session Session, table TableHandle, constraint Constraint<ColumnHandle>, desiredColumns Optional<Set<ColumnHandle>>) : List<TableLayoutResult> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public metadataDelete(session Session, tableHandle TableHandle, tableLayoutHandle TableLayoutHandle) : OptionalLong in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type connectorMetadata : ConnectorMetadataEntry to entry : ConnectorEntry in method public beginCreateTable(session Session, catalogName String, tableMetadata TableMetadata) : OutputTableHandle in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public getColumnHandles(session Session, tableHandle TableHandle) : Map<String,ColumnHandle> in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public rollbackDelete(session Session, tableHandle TableHandle) : void in class com.facebook.presto.metadata.MetadataManager |
From |
To |
|
Change Variable Type entry : ConnectorMetadataEntry to entry : ConnectorEntry in method public supportsMetadataDelete(session Session, tableHandle TableHandle, tableLayoutHandle TableLayoutHandle) : boolean in class com.facebook.presto.metadata.MetadataManager |
From |
To |