Click or drag to resize
RangeRestrictionTAddress Class
Specifies a sub-range within index that can be accessed via slicing (see the `GetAddressRange` method). For in-memory data structures, accessing range via known addresses is typically sufficient, but for virtual Big Deedle sources, `Start` and `End` let us avoid fully evaluating addresses. `Custom` range can be used for optimizations.
Inheritance Hierarchy
SystemObject
  DeedleRangeRestrictionTAddress
    DeedleRangeRestrictionTAddressCustom
    DeedleRangeRestrictionTAddressEnd
    DeedleRangeRestrictionTAddressFixed
    DeedleRangeRestrictionTAddressStart

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[SerializableAttribute]
public abstract class RangeRestriction<TAddress> : IEquatable<RangeRestriction<TAddress>>, 
	IStructuralEquatable

Type Parameters

TAddress

The RangeRestrictionTAddress type exposes the following members.

Properties
Methods
See Also