Uses of Class
io.trino.operator.index.IndexSnapshot
Packages that use IndexSnapshot
-
Uses of IndexSnapshot in io.trino.operator.index
Methods in io.trino.operator.index that return IndexSnapshotModifier and TypeMethodDescriptionIndexSnapshotBuilder.createIndexSnapshot(UnloadedIndexKeyRecordSet indexKeysRecordSet) IndexLoader.getIndexSnapshot()Constructors in io.trino.operator.index with parameters of type IndexSnapshotModifierConstructorDescriptionUnloadedIndexKeyRecordSet(Session session, IndexSnapshot existingSnapshot, Set<Integer> channelsForDistinct, List<Type> types, List<io.trino.operator.index.UpdateRequest> requests, JoinCompiler joinCompiler)