Uses of Class
io.trino.spi.SplitWeight
Packages that use SplitWeight
-
Uses of SplitWeight in io.trino.spi
Methods in io.trino.spi that return SplitWeightModifier and TypeMethodDescriptionstatic SplitWeightSplitWeight.fromProportion(double weight) Produces aSplitWeightthat corresponds to thestandard()weight proportionally, i.e., a parameter of1.0will be equivalent to the standard weight and a value of0.5will be 1/2 of the standard split weight.static SplitWeightSplitWeight.fromRawValue(long value) Produces aSplitWeightfrom the raw internal value representation.static SplitWeightSplitWeight.standard()Method parameters in io.trino.spi with type arguments of type SplitWeightModifier and TypeMethodDescriptionstatic <T> longSplitWeight.rawValueSum(Collection<T> collection, Function<T, SplitWeight> getter) -
Uses of SplitWeight in io.trino.spi.connector
Methods in io.trino.spi.connector that return SplitWeight