| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.classloader |
| 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 |
|---|---|
CompletableFuture<?> |
RecordPageSink.appendPage(Page page,
Block sampleWeightBlock) |
CompletableFuture<?> |
ConnectorPageSink.appendPage(Page page,
Block sampleWeightBlock)
Returns a future that will be completed when the page sink can accept
more pages.
|
int |
BucketFunction.getBucket(Page page,
int position)
Gets the bucket for the tuple at the specified position.
|
int[] |
PageIndexer.indexPage(Page page)
Deprecated.
Returns the unique index of each position value.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
PageSorter.sort(List<Type> types,
List<Page> pages,
List<Integer> sortChannels,
List<SortOrder> sortOrders,
int expectedPositions)
Deprecated.
|
| Constructor and Description |
|---|
FixedPageSource(Iterable<Page> pages) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
ClassLoaderSafeConnectorPageSink.appendPage(Page page,
Block sampleWeightBlock) |
Copyright © 2012-2016. All Rights Reserved.