RangeRestriction<'TAddress>
Namespace: Deedle
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.
Union Cases
Instance members
Instance member | Description |
Select(f)
Signature: f:Func<'TAddress,'?493286> -> RangeRestriction<'?493286>
|