public final class HintField extends Hint
Modifier and Type | Field and Description |
---|---|
boolean |
pathCacheDone
we have done the path cache.
|
excludeRow, layer, orginalRowsHolder, requiredTransaction, rootId
Constructor and Description |
---|
HintField(GlobalKeyId rootId,
VirtualDB layer,
long excludeRow,
long[] unsortedRows,
long requiredTransaction) |
HintField(GlobalKeyId rootId,
VirtualDB layer,
long excludeRow,
PossibleRowsHolder pr,
long requiredTransaction) |
Modifier and Type | Method and Description |
---|---|
void |
clear(long rowId) |
long[][] |
getData()
The rows that will be asked for later SHARED and NOT SORTED.
|
protected void |
init()
initialize
|
java.lang.String |
toString() |
assertCheck, makeLayerHint
public HintField(@Nonnull GlobalKeyId rootId, @Nonnull VirtualDB layer, long excludeRow, @Nonnull long[] unsortedRows, long requiredTransaction)
rootId
- layer
- the layerexcludeRow
- unsortedRows
- requiredTransaction
- public HintField(@Nonnull GlobalKeyId rootId, @Nonnull VirtualDB layer, long excludeRow, @Nonnull PossibleRowsHolder pr, long requiredTransaction)
rootId
- layer
- the layerexcludeRow
- pr
- requiredTransaction
- stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.