| Package | Description |
|---|---|
| com.facebook.presto.common | |
| com.facebook.presto.common.relation |
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.appendColumn(Block block) |
Page |
PageBuilder.build() |
Page |
Page.getLoadedPage()
Returns a page that assures all data is in memory.
|
Page |
Page.getPositions(int[] retainedPositions,
int offset,
int length) |
Page |
Page.getRegion(int positionOffset,
int length) |
Page |
Page.getSingleValuePage(int position)
Gets the values at the specified position as a single element page.
|
Page |
Page.prependColumn(Block column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Predicate.evaluate(SqlFunctionProperties properties,
Page page,
int position) |
Copyright © 2012–2020. All rights reserved.