|
Rename Method private generateProcessColumnarDictionaryMethod(classDefinition ClassDefinition, projections List<RowExpression>, projectDictionaryMethods List<MethodDefinition>) : void renamed to private generateProcessMethod(classDefinition ClassDefinition, projections List<RowExpression>, projectDictionaryMethods List<MethodDefinition>) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler |
From |
To |
|
Rename Method public processColumnarDictionary(session ConnectorSession, page Page, types List<? extends Type>) : Page renamed to public process(session ConnectorSession, page Page, types List<? extends Type>) : Page in class com.facebook.presto.operator.PageProcessor |
From |
To |
|
Rename Method public processColumnarDictionary(session ConnectorSession, page Page, types List<? extends Type>) : Page renamed to public process(session ConnectorSession, page Page, types List<? extends Type>) : Page in class com.facebook.presto.operator.GenericPageProcessor |
From |
To |
|
Rename Method public processColumnar(session ConnectorSession, page Page, types List<? extends Type>) : Page renamed to public process(session ConnectorSession, page Page, types List<? extends Type>) : Page in class com.facebook.presto.operator.PageProcessor |
From |
To |
|
Rename Method public testFullPageFilter() : void renamed to public testFilter() : void in class com.facebook.presto.operator.index.TestTupleFilterProcessor |
From |
To |
|
Rename Method public processColumnar(session ConnectorSession, page Page, types List<? extends Type>) : Page renamed to public process(session ConnectorSession, page Page, types List<? extends Type>) : Page in class com.facebook.presto.operator.index.TupleFilterProcessor |
From |
To |
|
Rename Method public testProcessColumnarDictionary() : void renamed to public testProcessWithDictionary() : void in class com.facebook.presto.operator.TestGenericPageProcessor |
From |
To |