public abstract class VectorMapJoinHashTableResult extends Object
| Constructor and Description |
|---|
VectorMapJoinHashTableResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
forget()
Forget about the most recent hash table lookup or contains call.
|
JoinUtil.JoinResult |
joinResult() |
void |
setJoinResult(JoinUtil.JoinResult joinResult)
Set the current join result.
|
void |
setSpillPartitionId(int spillPartitionId)
Set the spill partition id.
|
int |
spillPartitionId() |
String |
toString() |
public JoinUtil.JoinResult joinResult()
public void setJoinResult(JoinUtil.JoinResult joinResult)
joinResult - The new join result.public void forget()
public void setSpillPartitionId(int spillPartitionId)
public int spillPartitionId()
Copyright © 2015 The Apache Software Foundation. All rights reserved.