4973d8a4121e1eb711a8acba02fb7ced813dac41
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type envInst : ExecutionContext.EnvironmentInstance to envInst : ExecutionContext<C> in method private executeUpdateInternal(context ExecutionContext<C>, statement String) : ProgramTargetDescriptor in class org.apache.flink.table.client.gateway.local.LocalExecutor | From | To | |
Change Variable Type envInst : ExecutionContext.EnvironmentInstance to envInst : ExecutionContext<C> in method private executeQueryInternal(context ExecutionContext<C>, query String) : ResultDescriptor in class org.apache.flink.table.client.gateway.local.LocalExecutor | From | To | |
Extract Variable | 4 | ||
Extract Variable context : ExecutionContext<?> in method public completeStatement(session SessionContext, statement String, position int) : List<String> from class org.apache.flink.table.client.gateway.local.LocalExecutor | From | To | |
Extract Variable context : ExecutionContext<?> in method public listTables(session SessionContext) : List<String> from class org.apache.flink.table.client.gateway.local.LocalExecutor | From | To | |
Extract Variable context : ExecutionContext<?> in method public getTableSchema(session SessionContext, name String) : TableSchema from class org.apache.flink.table.client.gateway.local.LocalExecutor | From | To | |
Extract Variable context : ExecutionContext<?> in method public listUserDefinedFunctions(session SessionContext) : List<String> from class org.apache.flink.table.client.gateway.local.LocalExecutor | From | To |