|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.expression.SelectExprProcessorFactory
public class SelectExprProcessorFactory
Factory for select expression processors.
Constructor Summary | |
---|---|
SelectExprProcessorFactory()
|
Method Summary | |
---|---|
static SelectExprProcessor |
getProcessor(java.util.List<SelectExprElement> selectionList,
StreamTypeService typeService)
Returns the processor to use for a given select-clause. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectExprProcessorFactory()
Method Detail |
---|
public static SelectExprProcessor getProcessor(java.util.List<SelectExprElement> selectionList, StreamTypeService typeService) throws ExprValidationException
selectionList
- - the list of select clause elements/items, which are expected to have been validatedtypeService
- - serves stream type information
ExprValidationException
- to indicate the select expression cannot be validated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |