public interface ISpannedTupleCountData
Modifier and Type | Method and Description |
---|---|
long |
getChildEntryCount(int index)
Return the #of tuples spanned by the indicated child of this node.
|
long |
getSpannedTupleCount()
The #of tuples spanned by this node.
|
long getSpannedTupleCount()
IKeysData.getKeyCount()
or
ILeafData.getValueCount()
.long getChildEntryCount(int index)
getSpannedTupleCount()
. These data are used to support fast computation of the index at which a
key occurs and the #of entries in a given key range.index
- The index of the child in [0:nkeys].Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.