|
Change Variable Type field : RowField to field : Field in method protected visitDereferenceExpression(node DereferenceExpression, context Void) : RowExpression in class com.facebook.presto.sql.relational.SqlToRowExpressionTranslator.Visitor |
From |
To |
|
Change Variable Type field : RowField to field : Field in method public getDisplayName() : String in class com.facebook.presto.spi.type.RowType |
From |
To |
|
Change Variable Type rowFields : List<RowField> to rowFields : List<Field> in method public createBlockBuilderAppender(type Type) : BlockBuilderAppender in class com.facebook.presto.util.JsonUtil.BlockBuilderAppender |
From |
To |
|
Change Variable Type fields : List<RowField> to fields : List<Field> in method protected visitDereferenceExpression(node DereferenceExpression, context Void) : RowExpression in class com.facebook.presto.sql.relational.SqlToRowExpressionTranslator.Visitor |
From |
To |
|
Change Variable Type firstFields : List<RowField> to firstFields : List<Field> in method private getCommonSuperTypeForRow(firstType RowType, secondType RowType) : Optional<Type> in class com.facebook.presto.type.TypeRegistry |
From |
To |
|
Change Variable Type fields : List<RowField> to fields : List<Field> in method protected visitDereferenceExpression(node DereferenceExpression, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor |
From |
To |
|
Change Variable Type rowFields : List<RowField> to rowFields : List<Field> in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.JsonToRowCast |
From |
To |
|
Change Variable Type secondFields : List<RowField> to secondFields : List<Field> in method private getCommonSuperTypeForRow(firstType RowType, secondType RowType) : Optional<Type> in class com.facebook.presto.type.TypeRegistry |
From |
To |
|
Change Variable Type field : RowField to field : Field in method protected visitDereferenceExpression(node DereferenceExpression, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor |
From |
To |
|
Change Variable Type rowField : RowField to rowField : RowType.Field in method protected visitDereferenceExpression(node DereferenceExpression, context StackableAstVisitorContext<Context>) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor |
From |
To |
|
Change Variable Type fields : List<RowField> to fields : List<Field> in method public RowType(fieldTypes List<Type>, fieldNames Optional<List<String>>) in class com.facebook.presto.spi.type.RowType |
From |
To |