| Package | Description |
|---|---|
| io.prestosql.operator |
| Modifier and Type | Method and Description |
|---|---|
JoinProbe |
JoinProbe.JoinProbeFactory.createJoinProbe(Page page) |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupJoinPageBuilder.appendNullForBuild(JoinProbe probe)
append the index for the probe and append nulls for the build
|
void |
LookupJoinPageBuilder.appendRow(JoinProbe probe,
LookupSource lookupSource,
long joinPosition)
append the index for the probe and copy the row for the build
|
Page |
LookupJoinPageBuilder.build(JoinProbe probe) |
Copyright © 2012–2019. All rights reserved.