Click or drag to resize

VirtualDataWindowLookupOp Class

Enumeration for indicating the type of operator for a lookup against a virtual data window, see VirtualDataWindowLookupContext.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowLookupOp

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class VirtualDataWindowLookupOp : Enum

The VirtualDataWindowLookupOp type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEQUALS
Equals (=).
Public fieldStatic memberGREATER
Greater (>).
Public fieldStatic memberGREATER_OR_EQUAL
Greater or equal (>=).
Public fieldStatic memberLESS
Less (<).
Public fieldStatic memberLESS_OR_EQUAL
Less or equal (<=).
Public fieldStatic memberNOT_RANGE_CLOSED
Inverted-Range contains low and high endpoint, i.e. [a,b]
Public fieldStatic memberNOT_RANGE_HALF_CLOSED
Inverted-Range includes high endpoint but not low endpoint, i.e. (a,b]
Public fieldStatic memberNOT_RANGE_HALF_OPEN
Inverted-Range includes low endpoint but not high endpoint, i.e. [a,b)
Public fieldStatic memberNOT_RANGE_OPEN
Inverted-Range contains neither endpoint, i.e. (a,b)
Public fieldStatic memberRANGE_CLOSED
Range contains low and high endpoint, i.e. [a,b]
Public fieldStatic memberRANGE_HALF_CLOSED
Range includes high endpoint but not low endpoint, i.e. (a,b]
Public fieldStatic memberRANGE_HALF_OPEN
Range includes low endpoint but not high endpoint, i.e. [a,b)
Public fieldStatic memberRANGE_OPEN
Range contains neither endpoint, i.e. (a,b)
Public fieldvalue__
Top
Extension Methods
  NameDescription
Public Extension MethodGetOp (Defined by VirtualDataWindowLookupOpExtensions.)
Top
See Also