Click or drag to resize

RunningLengthWord Class

Mostly for internal use.
Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDBExtensions.CompressedBitArrayRunningLengthWord

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public sealed class RunningLengthWord : OptimizedPersistable

The RunningLengthWord type exposes the following members.

Properties
  NameDescription
Public propertyCount
Return the size in uncompressed words represented by this running length word.
Public propertyNumberOfLiteralWords
the number of literal words
Public propertyRunningBit
the running bit
Public propertyRunningLength
the running length
Top
Methods
Fields
  NameDescription
Public fieldArrayOfWords
The array of words.
Public fieldStatic memberLargestLiteralCount
largest number of dirty words in a run
Public fieldStatic memberLargestRunningLengthCount
largest number of clean words in a run
Public fieldPosition
The Position in array.
Public fieldStatic memberRunningLengthBits
number of bits dedicated to marking of the running length of clean words
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also