| Package | Description |
|---|---|
| com.facebook.presto.thrift.api.connector |
| Modifier and Type | Method and Description |
|---|---|
static PrestoThriftPageResult |
PrestoThriftPageResult.fromRecordSet(RecordSet recordSet) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PrestoThriftSplitBatch> |
PrestoThriftService.getIndexSplits(PrestoThriftSchemaTableName schemaTableName,
List<String> indexColumnNames,
List<String> outputColumnNames,
PrestoThriftPageResult keys,
PrestoThriftTupleDomain outputConstraint,
int maxSplitCount,
PrestoThriftNullableToken nextToken)
Returns a batch of index splits for the given batch of keys.
|
Copyright © 2012–2022. All rights reserved.