| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.connector.classloader |
| 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 |
RecordPageSource.getNextPage() |
Page |
FixedPageSource.getNextPage() |
Page |
ConnectorPageSource.getNextPage()
Gets the next page of data.
|
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 |
|---|---|
CompletableFuture<?> |
ConnectorPageSink.appendPage(Page page)
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)
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) |
Copyright © 2012–2019. All rights reserved.