|
Push Down Method public WindowIndex(pagesIndex PagesIndex, start int, end int) from class com.facebook.presto.operator.window.WindowIndex to public PagesWindowIndex(pagesIndex PagesIndex, start int, end int) from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method public isNull(channel int, position int) : boolean from class com.facebook.presto.operator.window.WindowIndex to public isNull(channel int, position int) : boolean from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method public getDouble(channel int, position int) : double from class com.facebook.presto.operator.window.WindowIndex to public getDouble(channel int, position int) : double from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method public size() : int from class com.facebook.presto.operator.window.WindowIndex to public size() : int from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method public appendTo(channel int, position int, output BlockBuilder) : void from class com.facebook.presto.operator.window.WindowIndex to public appendTo(channel int, position int, output BlockBuilder) : void from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method public toString() : String from class com.facebook.presto.operator.window.WindowIndex to public toString() : String from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method public getLong(channel int, position int) : long from class com.facebook.presto.operator.window.WindowIndex to public getLong(channel int, position int) : long from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method public getBoolean(channel int, position int) : boolean from class com.facebook.presto.operator.window.WindowIndex to public getBoolean(channel int, position int) : boolean from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method public getSlice(channel int, position int) : Slice from class com.facebook.presto.operator.window.WindowIndex to public getSlice(channel int, position int) : Slice from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |
|
Push Down Method private position(position int) : int from class com.facebook.presto.operator.window.WindowIndex to private position(position int) : int from class com.facebook.presto.operator.window.PagesWindowIndex |
From |
To |