Class CompositeRange

All Implemented Interfaces:
ICustomQuery, SmartExternalizable, Externalizable, Serializable
Direct Known Subclasses:
ContainsCompositeRange

public class CompositeRange extends Range
CompositeRange indicates a result of a complex intersection that can't be translated to a single range. In this case the first range is executed as a query and the remaining ranges used to filter the irrelevant results. This is not very efficient but used only in very specific case: x > 3 and x < 6 and x <> 4
Author:
anna
See Also: