Class CompactionSetCreator
java.lang.Object
io.trino.plugin.raptor.legacy.storage.organization.CompactionSetCreator
-
Constructor Summary
ConstructorsConstructorDescriptionCompactionSetCreator(io.airlift.units.DataSize maxShardSize, long maxShardRows) -
Method Summary
Modifier and TypeMethodDescriptioncreateCompactionSets(Table tableInfo, Collection<ShardIndexInfo> shards)
-
Constructor Details
-
CompactionSetCreator
public CompactionSetCreator(io.airlift.units.DataSize maxShardSize, long maxShardRows)
-
-
Method Details
-
createCompactionSets
public Set<OrganizationSet> createCompactionSets(Table tableInfo, Collection<ShardIndexInfo> shards)
-