Class SyntheticAddress

java.lang.Object
io.trino.operator.SyntheticAddress

public final class SyntheticAddress extends Object
Methods for creating and decoding synthetic addresses. A synthetic address is a physical position within an array of Slices. The address is encoded as a long with the high 32 bits containing the index of the slice in the array and the low 32 bits containing an offset within the slice.