Uses of Interface
io.trino.plugin.raptor.legacy.storage.StoragePageSink
Packages that use StoragePageSink
-
Uses of StoragePageSink in io.trino.plugin.raptor.legacy.storage
Methods in io.trino.plugin.raptor.legacy.storage that return StoragePageSinkModifier and TypeMethodDescriptionRaptorStorageManager.createStoragePageSink(long transactionId, OptionalInt bucketNumber, List<Long> columnIds, List<Type> columnTypes, boolean checkSpace) StorageManager.createStoragePageSink(long transactionId, OptionalInt bucketNumber, List<Long> columnIds, List<Type> columnTypes, boolean checkSpace) -
Uses of StoragePageSink in io.trino.plugin.raptor.legacy.util
Methods in io.trino.plugin.raptor.legacy.util that return StoragePageSinkConstructors in io.trino.plugin.raptor.legacy.util with parameters of type StoragePageSinkModifierConstructorDescriptionPageBuffer(long maxMemoryBytes, StoragePageSink storagePageSink, List<Type> columnTypes, List<Integer> sortFields, List<SortOrder> sortOrders, PageSorter pageSorter)