| Package | Description |
|---|---|
| com.facebook.presto.thrift.api.connector |
| Modifier and Type | Method and Description |
|---|---|
PrestoThriftSchemaTableName |
PrestoThriftTableMetadata.getSchemaTableName() |
| Modifier and Type | Method and Description |
|---|---|
List<PrestoThriftSchemaTableName> |
PrestoThriftService.listTables(PrestoThriftNullableSchemaName schemaNameOrNull)
Returns tables for the given schema name.
|
| 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.
|
com.google.common.util.concurrent.ListenableFuture<PrestoThriftSplitBatch> |
PrestoThriftService.getSplits(PrestoThriftSchemaTableName schemaTableName,
PrestoThriftNullableColumnSet desiredColumns,
PrestoThriftTupleDomain outputConstraint,
int maxSplitCount,
PrestoThriftNullableToken nextToken)
Returns a batch of splits.
|
PrestoThriftNullableTableMetadata |
PrestoThriftService.getTableMetadata(PrestoThriftSchemaTableName schemaTableName)
Returns metadata for a given table.
|
| Constructor and Description |
|---|
PrestoThriftTableMetadata(PrestoThriftSchemaTableName schemaTableName,
List<PrestoThriftColumnMetadata> columns,
String comment,
List<Set<String>> indexableKeys) |
Copyright © 2012–2024. All rights reserved.