|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyResolutionDescriptor | |
---|---|
net.esper.eql.expression | EQL expression nodes, aggregation, result set processing |
Uses of PropertyResolutionDescriptor in net.esper.eql.expression |
---|
Methods in net.esper.eql.expression that return PropertyResolutionDescriptor | |
---|---|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByPropertyName(String propertyName)
|
PropertyResolutionDescriptor |
StreamTypeService.resolveByPropertyName(String propertyName)
Returns the offset of the stream and the type of the property for the given property name, by looking through the types offered and matching up. |
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropName(String streamName,
String propertyName)
|
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropName(String streamName,
String propertyName)
Returns the offset of the stream and the type of the property for the given property name, by using the specified stream name to resolve the property. |
Methods in net.esper.eql.expression that return types with arguments of type PropertyResolutionDescriptor | |
---|---|
protected static Pair<PropertyResolutionDescriptor,String> |
ExprIdentNode.getTypeFromStream(StreamTypeService streamTypeService,
String unresolvedPropertyName,
String streamOrPropertyName)
Determine stream id and property type given an unresolved property name and a stream name that may also be part of the property name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |