public static class QueryElementNode.QueryElementNodeMemory
extends <any>
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryElementNode.QueryElementNodeMemory.QueryTupleSets |
| Constructor and Description |
|---|
QueryElementNodeMemory(QueryElementNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
correctMemoryOnSinksChanged(TerminalNode removingTN) |
QueryElementNode |
getNode() |
long |
getNodePosMaskBit() |
short |
getNodeType() |
SegmentMemory |
getQuerySegmentMemory() |
<any> |
getResultLeftTuples() |
SegmentMemory |
getSegmentMemory() |
void |
reset() |
void |
setNodeCleanWithoutNotify() |
void |
setNodeDirtyWithoutNotify() |
void |
setNodePosMaskBit(long segmentPos) |
void |
setQuerySegmentMemory(SegmentMemory querySegmentMemory) |
void |
setSegmentMemory(SegmentMemory smem) |
public QueryElementNodeMemory(QueryElementNode node)
public QueryElementNode getNode()
public short getNodeType()
public void setSegmentMemory(SegmentMemory smem)
public SegmentMemory getSegmentMemory()
public SegmentMemory getQuerySegmentMemory()
public void setQuerySegmentMemory(SegmentMemory querySegmentMemory)
public <any> getResultLeftTuples()
public void correctMemoryOnSinksChanged(TerminalNode removingTN)
public long getNodePosMaskBit()
public void setNodePosMaskBit(long segmentPos)
public void setNodeDirtyWithoutNotify()
public void setNodeCleanWithoutNotify()
public void reset()
Copyright © 2018 SAP SE. All Rights Reserved.