Class VirtualDataWindowLookupFieldDesc
java.lang.Object
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
As part of a lookup context, see
VirtualDataWindowLookupContext
, this object encapsulates information about a single
property in a correlated where-clause.-
Constructor Summary
ConstructorDescriptionVirtualDataWindowLookupFieldDesc
(String propertyName, VirtualDataWindowLookupOp operator, EPType lookupValueType) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of lookup value provided.Returns the operator.Returns the property name queried in the where-clause.void
setLookupValueType
(EPType lookupValueType) Sets the lookup value type.void
setOperator
(VirtualDataWindowLookupOp operator) Sets the operator.
-
Constructor Details
-
VirtualDataWindowLookupFieldDesc
public VirtualDataWindowLookupFieldDesc(String propertyName, VirtualDataWindowLookupOp operator, EPType lookupValueType) Ctor.- Parameters:
propertyName
- property name queried in where-clauseoperator
- operatorlookupValueType
- lookup key type
-
-
Method Details
-
setOperator
Sets the operator.- Parameters:
operator
- to set
-
setLookupValueType
Sets the lookup value type.- Parameters:
lookupValueType
- type
-
getPropertyName
Returns the property name queried in the where-clause.- Returns:
- property name.
-
getLookupValueType
Returns the type of lookup value provided.- Returns:
- lookup value type (aka. key type)
-
getOperator
Returns the operator.- Returns:
- operator
-