|
Change Parameter Type context : CompilerContext to scope : Scope in method public generateInvocation(scope Scope, function FunctionInfo, arguments List<ByteCodeNode>, binding Binding) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public generateWrite(callSiteBinder CallSiteBinder, scope Scope, wasNullVariable Variable, type Type) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public boxPrimitiveIfNecessary(scope Scope, type Class<?>) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public visitConstant(constant ConstantExpression, scope Scope) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeExpressionVisitor |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public handleNullValue(scope Scope, label LabelNode, returnType Class<?>, stackArgsToPop List<Class<?>>, clearNullFlag boolean) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public unboxPrimitiveIfNecessary(scope Scope, boxedType Class<?>) : Block in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public visitInputReference(node InputReferenceExpression, scope Scope) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeExpressionVisitor |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method private pushStackType(scope Scope, block Block, sqlType Type, getBlockByteCode Block, parameter Class<?>, callSiteBinder CallSiteBinder) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public ifWasNullPopAndGoto(scope Scope, label LabelNode, returnType Class<?>, stackArgsToPop Iterable<? extends Class<?>>) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public ifWasNullClearPopAndGoto(scope Scope, label LabelNode, returnType Class<?>, stackArgsToPop Class<?>...) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public ifWasNullPopAndGoto(scope Scope, label LabelNode, returnType Class<?>, stackArgsToPop Class<?>...) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public visitCall(call CallExpression, scope Scope) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeExpressionVisitor |
From |
To |
|
Change Parameter Type nodeGenerator : Function<CompilerContext,ByteCodeNode> to nodeGenerator : Function<Scope,ByteCodeNode> in method public execute(nodeGenerator Function<Scope,ByteCodeNode>, returnType ParameterizedType) : Object in class com.facebook.presto.byteCode.expression.ByteCodeExpressionAssertions |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method private buildInCase(generatorContext ByteCodeGeneratorContext, scope Scope, type Type, caseLabel LabelNode, matchLabel LabelNode, noMatchLabel LabelNode, testValues Collection<ByteCodeNode>, checkForNulls boolean) : Block in class com.facebook.presto.sql.gen.InCodeGenerator |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method private generateInputForLoop(stateField FieldDefinition, parameterMetadatas List<ParameterMetadata>, inputFunction MethodHandle, scope Scope, parameterVariables List<Variable>, masksBlock Variable, sampleWeightsBlock Variable, callSiteBinder CallSiteBinder, grouped boolean) : Block in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method public ByteCodeGeneratorContext(byteCodeGenerator ByteCodeExpressionVisitor, scope Scope, callSiteBinder CallSiteBinder, registry FunctionRegistry) in class com.facebook.presto.sql.gen.ByteCodeGeneratorContext |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method private generateSetGroupIdFromGroupIdsBlock(scope Scope, stateField FieldDefinition, block Block) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Change Parameter Type fieldReferenceCompiler : RowExpressionVisitor<CompilerContext,ByteCodeNode> to fieldReferenceCompiler : RowExpressionVisitor<Scope,ByteCodeNode> in method public ByteCodeExpressionVisitor(callSiteBinder CallSiteBinder, fieldReferenceCompiler RowExpressionVisitor<Scope,ByteCodeNode>, registry FunctionRegistry) in class com.facebook.presto.sql.gen.ByteCodeExpressionVisitor |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method private generateInvokeInputFunction(scope Scope, stateField FieldDefinition, position Variable, sampleWeight Variable, parameterVariables List<Variable>, parameterMetadatas List<ParameterMetadata>, inputFunction MethodHandle, callSiteBinder CallSiteBinder, grouped boolean) : Block in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method private generateBlockNonNullPositionForLoop(scope Scope, positionVariable Variable, loopBody Block) : Block in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Change Parameter Type nodeGenerator : Function<CompilerContext,ByteCodeNode> to nodeGenerator : Function<Scope,ByteCodeNode> in method public assertByteCodeNode(nodeGenerator Function<Scope,ByteCodeNode>, returnType ParameterizedType, expected Object) : void in class com.facebook.presto.byteCode.expression.ByteCodeExpressionAssertions |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method private pushBlockVariables(scope Scope, inputs List<Integer>) : ByteCodeNode in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Change Parameter Type context : CompilerContext to scope : Scope in method private generateEnsureCapacity(scope Scope, stateField FieldDefinition, block Block) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateProjectMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, methodName String, projection RowExpression) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method public generateExpression(signature Signature, generatorContext ByteCodeGeneratorContext, returnType Type, arguments List<RowExpression>) : ByteCodeNode in class com.facebook.presto.sql.gen.NullIfCodeGenerator |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateProcessMethod(classDefinition ClassDefinition, projections int) : void in class com.facebook.presto.sql.gen.CursorProcessorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method public generateExpression(signature Signature, generatorContext ByteCodeGeneratorContext, returnType Type, arguments List<RowExpression>) : ByteCodeNode in class com.facebook.presto.sql.gen.SwitchCodeGenerator |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateAddIntermediateAsIntermediateInput(definition ClassDefinition, stateField FieldDefinition, parameterMetadatas List<ParameterMetadata>, intermediateInputFunction MethodHandle, callSiteBinder CallSiteBinder, grouped boolean) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateAddIntermediateAsCombine(definition ClassDefinition, stateField FieldDefinition, stateSerializerField FieldDefinition, stateFactoryField FieldDefinition, combineFunction MethodHandle, singleStateClass Class<?>, callSiteBinder CallSiteBinder, grouped boolean) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateFilterMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, filter RowExpression) : void in class com.facebook.presto.sql.gen.CursorProcessorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateGreatest(nativeContainerTypes List<Class<?>>, type Type) : Class<?> in class com.facebook.presto.operator.scalar.Greatest |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method public generateExpression(signature Signature, generatorContext ByteCodeGeneratorContext, returnType Type, arguments List<RowExpression>) : ByteCodeNode in class com.facebook.presto.sql.gen.InCodeGenerator |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateArrayConstructor(stackTypes List<Class<?>>, elementType Type) : Class<?> in class com.facebook.presto.operator.scalar.ArrayConstructor |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateProjectMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, methodName String, projection RowExpression) : void in class com.facebook.presto.sql.gen.CursorProcessorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateLeast(nativeContainerTypes List<Class<?>>, type Type) : Class<?> in class com.facebook.presto.operator.scalar.Least |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateFilterMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, filter RowExpression) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateAddInput(definition ClassDefinition, stateField FieldDefinition, inputChannelsField FieldDefinition, maskChannelField FieldDefinition, sampleWeightChannelField FieldDefinition, parameterMetadatas List<ParameterMetadata>, inputFunction MethodHandle, callSiteBinder CallSiteBinder, grouped boolean) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateCompareTo(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, sortTypes List<Type>, sortChannels List<Integer>, sortOrders List<SortOrder>) : void in class com.facebook.presto.sql.gen.OrderingCompiler |
From |
To |
|
Rename Variable ensureCapacityContext : CompilerContext to ensureCapacityScope : Scope in method private generateGroupedField(definition ClassDefinition, constructor MethodDefinition, ensureCapacity MethodDefinition, stateField StateField) : FieldDefinition in class com.facebook.presto.operator.aggregation.state.StateCompiler |
From |
To |
|
Rename Variable context : CompilerContext to scope : Scope in method private generateProcessMethod(classDefinition ClassDefinition, filter RowExpression, projections List<RowExpression>) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateAddIntermediateAsIntermediateInput(definition ClassDefinition, stateField FieldDefinition, parameterMetadatas List<ParameterMetadata>, intermediateInputFunction MethodHandle, callSiteBinder CallSiteBinder, grouped boolean) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateAddIntermediateAsCombine(definition ClassDefinition, stateField FieldDefinition, stateSerializerField FieldDefinition, stateFactoryField FieldDefinition, combineFunction MethodHandle, singleStateClass Class<?>, callSiteBinder CallSiteBinder, grouped boolean) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateFilterMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, filter RowExpression) : void in class com.facebook.presto.sql.gen.CursorProcessorCompiler |
From |
To |
|
Change Variable Type compilerContext : CompilerContext to compilerContext : Scope in method private generateRowEqualsRowMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, joinChannelTypes List<Type>) : void in class com.facebook.presto.sql.gen.JoinCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateGreatest(nativeContainerTypes List<Class<?>>, type Type) : Class<?> in class com.facebook.presto.operator.scalar.Greatest |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method public generateExpression(signature Signature, generatorContext ByteCodeGeneratorContext, returnType Type, arguments List<RowExpression>) : ByteCodeNode in class com.facebook.presto.sql.gen.InCodeGenerator |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateArrayConstructor(stackTypes List<Class<?>>, elementType Type) : Class<?> in class com.facebook.presto.operator.scalar.ArrayConstructor |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateLeast(nativeContainerTypes List<Class<?>>, type Type) : Class<?> in class com.facebook.presto.operator.scalar.Least |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateProjectMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, methodName String, projection RowExpression) : void in class com.facebook.presto.sql.gen.CursorProcessorCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateFilterMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, filter RowExpression) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateAddInput(definition ClassDefinition, stateField FieldDefinition, inputChannelsField FieldDefinition, maskChannelField FieldDefinition, sampleWeightChannelField FieldDefinition, parameterMetadatas List<ParameterMetadata>, inputFunction MethodHandle, callSiteBinder CallSiteBinder, grouped boolean) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateCompareTo(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, sortTypes List<Type>, sortChannels List<Integer>, sortOrders List<SortOrder>) : void in class com.facebook.presto.sql.gen.OrderingCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateProcessMethod(classDefinition ClassDefinition, filter RowExpression, projections List<RowExpression>) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Change Variable Type ensureCapacityContext : CompilerContext to ensureCapacityScope : Scope in method private generateGroupedField(definition ClassDefinition, constructor MethodDefinition, ensureCapacity MethodDefinition, stateField StateField) : FieldDefinition in class com.facebook.presto.operator.aggregation.state.StateCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateProjectMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, methodName String, projection RowExpression) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method public generateExpression(signature Signature, generatorContext ByteCodeGeneratorContext, returnType Type, arguments List<RowExpression>) : ByteCodeNode in class com.facebook.presto.sql.gen.SwitchCodeGenerator |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method private generateProcessMethod(classDefinition ClassDefinition, projections int) : void in class com.facebook.presto.sql.gen.CursorProcessorCompiler |
From |
To |
|
Change Variable Type context : CompilerContext to scope : Scope in method public generateExpression(signature Signature, generatorContext ByteCodeGeneratorContext, returnType Type, arguments List<RowExpression>) : ByteCodeNode in class com.facebook.presto.sql.gen.NullIfCodeGenerator |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public visitConstant(constant ConstantExpression, scope Scope) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeExpressionVisitor |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method private generateBlockNonNullPositionForLoop(scope Scope, positionVariable Variable, loopBody Block) : Block in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public visitInputReference(node InputReferenceExpression, scope Scope) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeExpressionVisitor |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public unboxPrimitiveIfNecessary(scope Scope, boxedType Class<?>) : Block in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public ifWasNullPopAndGoto(scope Scope, label LabelNode, returnType Class<?>, stackArgsToPop Iterable<? extends Class<?>>) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public ifWasNullClearPopAndGoto(scope Scope, label LabelNode, returnType Class<?>, stackArgsToPop Class<?>...) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public visitCall(call CallExpression, scope Scope) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeExpressionVisitor |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method private pushBlockVariables(scope Scope, inputs List<Integer>) : ByteCodeNode in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method private buildInCase(generatorContext ByteCodeGeneratorContext, scope Scope, type Type, caseLabel LabelNode, matchLabel LabelNode, noMatchLabel LabelNode, testValues Collection<ByteCodeNode>, checkForNulls boolean) : Block in class com.facebook.presto.sql.gen.InCodeGenerator |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method private generateInputForLoop(stateField FieldDefinition, parameterMetadatas List<ParameterMetadata>, inputFunction MethodHandle, scope Scope, parameterVariables List<Variable>, masksBlock Variable, sampleWeightsBlock Variable, callSiteBinder CallSiteBinder, grouped boolean) : Block in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method private generateEnsureCapacity(scope Scope, stateField FieldDefinition, block Block) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method private generateSetGroupIdFromGroupIdsBlock(scope Scope, stateField FieldDefinition, block Block) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public generateWrite(callSiteBinder CallSiteBinder, scope Scope, wasNullVariable Variable, type Type) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public handleNullValue(scope Scope, label LabelNode, returnType Class<?>, stackArgsToPop List<Class<?>>, clearNullFlag boolean) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method private pushStackType(scope Scope, block Block, sqlType Type, getBlockByteCode Block, parameter Class<?>, callSiteBinder CallSiteBinder) : void in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public ifWasNullPopAndGoto(scope Scope, label LabelNode, returnType Class<?>, stackArgsToPop Class<?>...) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public ByteCodeGeneratorContext(byteCodeGenerator ByteCodeExpressionVisitor, scope Scope, callSiteBinder CallSiteBinder, registry FunctionRegistry) in class com.facebook.presto.sql.gen.ByteCodeGeneratorContext |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method private generateInvokeInputFunction(scope Scope, stateField FieldDefinition, position Variable, sampleWeight Variable, parameterVariables List<Variable>, parameterMetadatas List<ParameterMetadata>, inputFunction MethodHandle, callSiteBinder CallSiteBinder, grouped boolean) : Block in class com.facebook.presto.operator.aggregation.AccumulatorCompiler |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public generateInvocation(scope Scope, function FunctionInfo, arguments List<ByteCodeNode>, binding Binding) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |
|
Rename Parameter context : CompilerContext to scope : Scope in method public boxPrimitiveIfNecessary(scope Scope, type Class<?>) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils |
From |
To |