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.resolveByPropertyName(String propertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByPropertyName(String propertyName,
boolean obtainFragment)
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.resolveByPropertyNameExplicitProps(String propertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByPropertyNameExplicitProps(String propertyName,
boolean obtainFragment)
Returns the offset of the stream and the type of the property for the given property name,
by looking through the types offered considering only explicitly listed properties and matching up.
|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropName(String streamAndPropertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropName(String streamAndPropertyName,
boolean obtainFragment)
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,
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.
|