Uses of Class
io.prestosql.operator.JoinProbe
-
Packages that use JoinProbe Package Description io.prestosql.operator -
-
Uses of JoinProbe in io.prestosql.operator
Methods in io.prestosql.operator that return JoinProbe Modifier and Type Method Description JoinProbeJoinProbe.JoinProbeFactory. createJoinProbe(Page page)Methods in io.prestosql.operator 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)
-