Uses of Class
io.trino.metadata.IndexHandle
Packages that use IndexHandle
Package
Description
-
Uses of IndexHandle in io.trino.metadata
Methods in io.trino.metadata that return IndexHandle -
Uses of IndexHandle in io.trino.operator.index
Methods in io.trino.operator.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.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) -
Uses of IndexHandle in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter with parameters of type IndexHandleModifier and TypeMethodDescriptionAnonymizer.anonymize(IndexHandle indexHandle) CounterBasedAnonymizer.anonymize(IndexHandle indexHandle) NoOpAnonymizer.anonymize(IndexHandle indexHandle)