Uses of Class
io.trino.metadata.IndexHandle
-
Packages that use IndexHandle Package Description io.trino.index io.trino.metadata io.trino.sql.planner.plan -
-
Uses of IndexHandle in io.trino.index
Methods in io.trino.index with parameters of type IndexHandle Modifier and Type Method Description ConnectorIndexIndexManager. getIndex(Session session, IndexHandle indexHandle, List<ColumnHandle> lookupSchema, List<ColumnHandle> outputSchema) -
Uses of IndexHandle in io.trino.metadata
Methods in io.trino.metadata that return IndexHandle Modifier and Type Method Description IndexHandleResolvedIndex. getIndexHandle() -
Uses of IndexHandle in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return IndexHandle Modifier and Type Method Description IndexHandleIndexSourceNode. getIndexHandle()Constructors in io.trino.sql.planner.plan with parameters of type IndexHandle Constructor Description IndexSourceNode(PlanNodeId id, IndexHandle indexHandle, TableHandle tableHandle, Set<Symbol> lookupSymbols, List<Symbol> outputSymbols, Map<Symbol,ColumnHandle> assignments)
-