| Package | Description |
|---|---|
| com.facebook.presto.thrift.api.connector |
| Modifier and Type | Method and Description |
|---|---|
PrestoThriftId |
PrestoThriftSplitBatch.getNextToken() |
PrestoThriftId |
PrestoThriftPageResult.getNextToken() |
PrestoThriftId |
PrestoThriftSplit.getSplitId()
Encodes all the information needed to identify a batch of rows to return to Presto.
|
PrestoThriftId |
PrestoThriftNullableToken.getToken() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PrestoThriftPageResult> |
PrestoThriftService.getRows(PrestoThriftId splitId,
List<String> columns,
long maxBytes,
PrestoThriftNullableToken nextToken)
Returns a batch of rows for the given split.
|
| Constructor and Description |
|---|
PrestoThriftNullableToken(PrestoThriftId token) |
PrestoThriftPageResult(List<PrestoThriftBlock> columnBlocks,
int rowCount,
PrestoThriftId nextToken) |
PrestoThriftSplit(PrestoThriftId splitId,
List<PrestoThriftHostAddress> hosts) |
PrestoThriftSplitBatch(List<PrestoThriftSplit> splits,
PrestoThriftId nextToken) |
Copyright © 2012–2023. All rights reserved.