| Package | Description |
|---|---|
| com.facebook.presto.spi |
| Modifier and Type | Method and Description |
|---|---|
static SplitWeight |
SplitWeight.fromProportion(double weight) |
static SplitWeight |
SplitWeight.fromRawValue(long value) |
default SplitWeight |
ConnectorSplit.getSplitWeight() |
static SplitWeight |
SplitWeight.standard() |
| Modifier and Type | Method and Description |
|---|---|
static <T> long |
SplitWeight.rawValueSum(Collection<T> collection,
Function<T,SplitWeight> getter) |
Copyright © 2012–2022. All rights reserved.