Class LookupJoinPageBuilder

java.lang.Object
io.trino.operator.join.LookupJoinPageBuilder

public class LookupJoinPageBuilder extends Object
This page builder creates pages with dictionary blocks: normal dictionary blocks for the probe side and the original blocks for the build side.

TODO use dictionary blocks (probably extended kind) to avoid data copying for build side