Uses of Class
io.trino.spi.connector.ConnectorTablePartitioning
Packages that use ConnectorTablePartitioning
-
Uses of ConnectorTablePartitioning in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type ConnectorTablePartitioningModifier and TypeMethodDescriptionConnectorTableProperties.getTablePartitioning()The partitioning of the table across the worker nodes.Constructor parameters in io.trino.spi.connector with type arguments of type ConnectorTablePartitioningModifierConstructorDescriptionConnectorTableProperties(TupleDomain<ColumnHandle> predicate, Optional<ConnectorTablePartitioning> tablePartitioning, Optional<DiscretePredicates> discretePredicates, List<LocalProperty<ColumnHandle>> localProperties)