Uses of Class
io.trino.operator.join.JoinProbe
-
Packages that use JoinProbe Package Description io.trino.operator.join -
-
Uses of JoinProbe in io.trino.operator.join
Methods in io.trino.operator.join that return JoinProbe Modifier and Type Method Description JoinProbeJoinProbe.JoinProbeFactory. createJoinProbe(Page page)Methods in io.trino.operator.join with parameters of type JoinProbe Modifier and Type Method Description voidLookupJoinPageBuilder. appendNullForBuild(JoinProbe probe)append the index for the probe and append nulls for the buildvoidLookupJoinPageBuilder. appendRow(JoinProbe probe, LookupSource lookupSource, long joinPosition)append the index for the probe and copy the row for the buildPageLookupJoinPageBuilder. build(JoinProbe probe)
-