Package | Description |
---|---|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropName(String streamName,
String propertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropName(String streamName,
String propertyName,
boolean obtainFragment)
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.
|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropNameExplicitProps(String streamName,
String propertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropNameExplicitProps(String streamName,
String propertyName,
boolean obtainFragment)
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 and considering only explicitly listed properties.
|