public interface HashJoinProbe
| Modifier and Type | Interface and Description |
|---|---|
static class |
HashJoinProbe.ProbeState |
| Modifier and Type | Field and Description |
|---|---|
static TemplateClassDefinition<HashJoinProbe> |
TEMPLATE_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
void |
changeToFinalProbeState() |
int |
getOutputCount() |
int |
probeAndProject() |
void |
setTargetOutputCount(int targetOutputCount) |
void |
setupHashJoinProbe(RecordBatch probeBatch,
HashJoinBatch outgoing,
org.apache.calcite.rel.core.JoinRelType joinRelType,
boolean semiJoin,
RecordBatch.IterOutcome leftStartState,
HashPartition[] partitions,
int cycleNum,
VectorContainer container,
HashJoinBatch.HashJoinSpilledPartition[] spilledInners,
boolean buildSideIsEmpty,
int numPartitions,
int rightHVColPosition) |
static final TemplateClassDefinition<HashJoinProbe> TEMPLATE_DEFINITION
void setupHashJoinProbe(RecordBatch probeBatch, HashJoinBatch outgoing, org.apache.calcite.rel.core.JoinRelType joinRelType, boolean semiJoin, RecordBatch.IterOutcome leftStartState, HashPartition[] partitions, int cycleNum, VectorContainer container, HashJoinBatch.HashJoinSpilledPartition[] spilledInners, boolean buildSideIsEmpty, int numPartitions, int rightHVColPosition)
int probeAndProject()
throws SchemaChangeException
SchemaChangeExceptionvoid changeToFinalProbeState()
void setTargetOutputCount(int targetOutputCount)
int getOutputCount()
Copyright © 2021 The Apache Software Foundation. All rights reserved.