| Package | Description |
|---|---|
| io.prestosql.index | |
| io.prestosql.metadata | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
ConnectorIndex |
IndexManager.getIndex(Session session,
IndexHandle indexHandle,
List<ColumnHandle> lookupSchema,
List<ColumnHandle> outputSchema) |
| Modifier and Type | Method and Description |
|---|---|
IndexHandle |
ResolvedIndex.getIndexHandle() |
| Modifier and Type | Method and Description |
|---|---|
IndexHandle |
IndexSourceNode.getIndexHandle() |
| Constructor and Description |
|---|
IndexSourceNode(PlanNodeId id,
IndexHandle indexHandle,
TableHandle tableHandle,
Set<Symbol> lookupSymbols,
List<Symbol> outputSymbols,
Map<Symbol,ColumnHandle> assignments,
TupleDomain<ColumnHandle> currentConstraint) |
Copyright © 2012–2019. All rights reserved.