Uses of Class
io.trino.metadata.IndexHandle
Packages that use IndexHandle
-
Uses of IndexHandle in io.trino.index
Methods in io.trino.index with parameters of type IndexHandleModifier and TypeMethodDescriptionIndexManager.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 -
Uses of IndexHandle in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return IndexHandleConstructors in io.trino.sql.planner.plan with parameters of type IndexHandleModifierConstructorDescriptionIndexSourceNode(PlanNodeId id, IndexHandle indexHandle, TableHandle tableHandle, Set<Symbol> lookupSymbols, List<Symbol> outputSymbols, Map<Symbol, ColumnHandle> assignments)