|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.core.BindProcessor
public class BindProcessor
Works in conjunction with SelectExprResultProcessor
to present
a result as an object array for 'natural' delivery.
Constructor Summary | |
---|---|
BindProcessor(SelectClauseElementCompiled[] selectionList,
EventType[] typesPerStream,
java.lang.String[] streamNames,
TableService tableService)
Ctor. |
Method Summary | |
---|---|
java.lang.String[] |
getColumnNamesAssigned()
Returns the column names of select-clause expressions. |
java.lang.Class[] |
getExpressionTypes()
Returns the expression types generated by the select-clause expressions. |
java.lang.Object[] |
process(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext)
Process select expressions into columns for native dispatch. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindProcessor(SelectClauseElementCompiled[] selectionList, EventType[] typesPerStream, java.lang.String[] streamNames, TableService tableService) throws ExprValidationException
selectionList
- the select clausetypesPerStream
- the event types per streamstreamNames
- the stream names
ExprValidationException
- when the validation of the select clause failedMethod Detail |
---|
public java.lang.Object[] process(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
eventsPerStream
- each stream's eventsisNewData
- true for new eventsexprEvaluatorContext
- context for expression evaluatiom
public java.lang.Class[] getExpressionTypes()
public java.lang.String[] getColumnNamesAssigned()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |