LookupRangeMode<'T> Type
How `LookupRange` behaves on searchable virtual columns (quality / correctness axis).
Union cases
| Union case |
Description
|
Full Usage:
LookupRangeExactFixed 'T -> int64 * int64
Parameters:
'T -> int64 * int64
|
Return a tight Fixed absolute index range for the searched value.
|
Full Usage:
LookupRangeFullFixed
|
Naive over-approximation: entire ordinal domain (wrong for sparse matches). |
Full Usage:
LookupRangeIndexList 'T -> int64 list
Parameters:
'T -> int64 list
|
Precomputed absolute indices (irregular/sparse matches).
|
Full Usage:
LookupRangeStep 'T -> int * int
Parameters:
'T -> int * int
|
Return a Custom strided range (offset, step) over the ordinal domain.
|
Full Usage:
LookupRangeUnsupported
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsLookupRangeExactFixed
Returns: bool
|
|
Full Usage:
this.IsLookupRangeFullFixed
Returns: bool
|
|
Full Usage:
this.IsLookupRangeIndexList
Returns: bool
|
|
Full Usage:
this.IsLookupRangeStep
Returns: bool
|
|
Full Usage:
this.IsLookupRangeUnsupported
Returns: bool
|
|
Deedle