Uses of Class
io.trino.operator.index.IndexSnapshot
-
Packages that use IndexSnapshot Package Description io.trino.operator.index -
-
Uses of IndexSnapshot in io.trino.operator.index
Methods in io.trino.operator.index that return IndexSnapshot Modifier and Type Method Description IndexSnapshotIndexSnapshotBuilder. createIndexSnapshot(UnloadedIndexKeyRecordSet indexKeysRecordSet)IndexSnapshotIndexLoader. getIndexSnapshot()Constructors in io.trino.operator.index with parameters of type IndexSnapshot Constructor Description UnloadedIndexKeyRecordSet(Session session, IndexSnapshot existingSnapshot, Set<Integer> channelsForDistinct, List<Type> types, List<io.trino.operator.index.UpdateRequest> requests, JoinCompiler joinCompiler, BlockTypeOperators blockTypeOperators)
-