| 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.copyPositions(int[] retainedPositions,
int offset,
int length) |
Page |
Page.extractChannel(int channel) |
Page |
Page.extractChannels(int[] channels) |
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) |
static Page |
Page.wrapBlocksWithoutCopy(int positionCount,
Block[] blocks)
Visible to give trusted classes like
PageBuilder access to a constructor that doesn't
defensively copy the blocks |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Predicate.evaluate(SqlFunctionProperties properties,
Page page,
int position) |
Copyright © 2012–2021. All rights reserved.