RunningLengthWord Class |
Namespace: VelocityDBExtensions.CompressedBitArray
The RunningLengthWord type exposes the following members.
Name | Description | |
---|---|---|
Count |
Return the size in uncompressed words represented by
this running length word.
| |
NumberOfLiteralWords |
the number of literal words
| |
RunningBit |
the running bit
| |
RunningLength |
the running length
|
Name | Description | |
---|---|---|
Clone | (Overrides OptimizedPersistableClone.) | |
ToString | (Overrides OptimizedPersistableToString.) |
Name | Description | |
---|---|---|
ArrayOfWords |
The array of words.
| |
LargestLiteralCount |
largest number of dirty words in a run
| |
LargestRunningLengthCount |
largest number of clean words in a run
| |
Position |
The Position in array.
| |
RunningLengthBits |
number of bits dedicated to marking of the running length of clean words
|
Name | Description | |
---|---|---|
ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |