| Package | Description |
|---|---|
| com.facebook.presto.spi |
| Modifier and Type | Method and Description |
|---|---|
Page |
PageBuilder.build() |
Page |
RecordPageSource.getNextPage() |
Page |
FixedPageSource.getNextPage() |
Page |
ConnectorPageSource.getNextPage()
Gets the next page of data.
|
Page |
Page.getRegion(int positionOffset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordPageSink.appendPage(Page page,
Block sampleWeightBlock) |
void |
ConnectorPageSink.appendPage(Page page,
Block sampleWeightBlock) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
PageSorter.sort(List<Type> types,
List<Page> pages,
List<Type> sortTypes,
List<Integer> sortChannels,
List<SortOrder> sortOrders,
int expectedPositions)
Deprecated.
|
| Constructor and Description |
|---|
FixedPageSource(Iterable<Page> pages) |
Copyright © 2012-2015. All Rights Reserved.