Package | Description |
---|---|
com.facebook.presto.spi |
Modifier and Type | Method and Description |
---|---|
Optional<ConnectorTablePartitioning> |
ConnectorTableLayout.getTablePartitioning()
The partitioning of the table across the worker nodes.
|
Constructor and Description |
---|
ConnectorTableLayout(ConnectorTableLayoutHandle handle,
Optional<List<ColumnHandle>> columns,
TupleDomain<ColumnHandle> predicate,
Optional<ConnectorTablePartitioning> tablePartitioning,
Optional<Set<ColumnHandle>> streamPartitioningColumns,
Optional<DiscretePredicates> discretePredicates,
List<LocalProperty<ColumnHandle>> localProperties) |
Copyright © 2012–2018. All rights reserved.