Class MemoryPagesStore
java.lang.Object
io.trino.plugin.memory.MemoryPagesStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleangetPages(Long tableId, int partNumber, int totalParts, int[] columnIndexes, List<Type> columnTypes, long expectedRows, OptionalLong limit, OptionalDouble sampleRatio) voidinitialize(long tableId) voidpurge(long tableId)
-
Constructor Details
-
MemoryPagesStore
-
-
Method Details
-
initialize
public void initialize(long tableId) -
add
-
getPages
public List<Page> getPages(Long tableId, int partNumber, int totalParts, int[] columnIndexes, List<Type> columnTypes, long expectedRows, OptionalLong limit, OptionalDouble sampleRatio) -
contains
-
purge
public void purge(long tableId) -
cleanUp
-