Method | Description | |
---|---|---|
IndexRangeSet ( ) : System | ||
Intersect ( SqlExpressionType op, Field value ) : |
||
ToArray ( ) : Deveel.Data.Index.IndexRange[] | ||
Union ( |
Unions the current range set with the given range set.
|
Method | Description | |
---|---|---|
ChangeRangeSizeToEncompass ( |
Alters the first range so it encompasses the second range. This assumes that range1 intersects range2. |
|
IndexRangeSet ( IEnumerable |
||
IntersectOn ( |
||
IntersectedBy ( |
Returns true if the two SelectableRange ranges intersect.
|
public Intersect ( SqlExpressionType op, Field value ) : |
||
op | SqlExpressionType | |
value | Field | |
return |
public ToArray ( ) : Deveel.Data.Index.IndexRange[] | ||
return | Deveel.Data.Index.IndexRange[] |
public Union ( |
||
unionTo | ||
return |