Uses of Class
io.trino.plugin.raptor.legacy.metadata.Table
Packages that use Table
Package
Description
-
Uses of Table in io.trino.plugin.raptor.legacy.metadata
Methods in io.trino.plugin.raptor.legacy.metadata that return TableModifier and TypeMethodDescriptionMetadataDao.getTableInformation(long tableId) MetadataDao.getTableInformation(String schemaName, String tableName) -
Uses of Table in io.trino.plugin.raptor.legacy.storage.organization
Methods in io.trino.plugin.raptor.legacy.storage.organization with parameters of type TableModifier and TypeMethodDescriptionCompactionSetCreator.createCompactionSets(Table tableInfo, Collection<ShardIndexInfo> shards) static Collection<ShardIndexInfo>ShardOrganizerUtil.getOrganizationEligibleShards(org.jdbi.v3.core.Jdbi dbi, MetadataDao metadataDao, Table tableInfo, Collection<ShardMetadata> shards, boolean includeSortColumns) static Collection<Collection<ShardIndexInfo>>ShardOrganizerUtil.getShardsByDaysBuckets(Table tableInfo, Collection<ShardIndexInfo> shards)