public class SelectExprProcessorRepresentationFactoryAvro extends Object implements com.espertech.esper.epl.core.SelectExprProcessorRepresentationFactory
Constructor and Description |
---|
SelectExprProcessorRepresentationFactoryAvro() |
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.epl.core.SelectExprProcessor |
makeJoinWildcard(String[] streamNames,
com.espertech.esper.client.EventType resultEventType,
com.espertech.esper.event.EventAdapterService eventAdapterService) |
com.espertech.esper.epl.core.SelectExprProcessor |
makeRecast(com.espertech.esper.client.EventType[] eventTypes,
com.espertech.esper.epl.core.eval.SelectExprContext selectExprContext,
int streamNumber,
com.espertech.esper.event.avro.AvroSchemaEventType insertIntoTargetType,
com.espertech.esper.epl.expression.core.ExprNode[] exprNodes,
String statementName,
String engineURI) |
com.espertech.esper.epl.core.SelectExprProcessor |
makeSelectNoWildcard(com.espertech.esper.epl.core.eval.SelectExprContext selectExprContext,
com.espertech.esper.client.EventType resultEventType,
com.espertech.esper.epl.table.mgmt.TableService tableService,
String statementName,
String engineURI) |
public SelectExprProcessorRepresentationFactoryAvro()
public com.espertech.esper.epl.core.SelectExprProcessor makeSelectNoWildcard(com.espertech.esper.epl.core.eval.SelectExprContext selectExprContext, com.espertech.esper.client.EventType resultEventType, com.espertech.esper.epl.table.mgmt.TableService tableService, String statementName, String engineURI) throws com.espertech.esper.epl.expression.core.ExprValidationException
makeSelectNoWildcard
in interface com.espertech.esper.epl.core.SelectExprProcessorRepresentationFactory
com.espertech.esper.epl.expression.core.ExprValidationException
public com.espertech.esper.epl.core.SelectExprProcessor makeRecast(com.espertech.esper.client.EventType[] eventTypes, com.espertech.esper.epl.core.eval.SelectExprContext selectExprContext, int streamNumber, com.espertech.esper.event.avro.AvroSchemaEventType insertIntoTargetType, com.espertech.esper.epl.expression.core.ExprNode[] exprNodes, String statementName, String engineURI) throws com.espertech.esper.epl.expression.core.ExprValidationException
makeRecast
in interface com.espertech.esper.epl.core.SelectExprProcessorRepresentationFactory
com.espertech.esper.epl.expression.core.ExprValidationException
public com.espertech.esper.epl.core.SelectExprProcessor makeJoinWildcard(String[] streamNames, com.espertech.esper.client.EventType resultEventType, com.espertech.esper.event.EventAdapterService eventAdapterService)
makeJoinWildcard
in interface com.espertech.esper.epl.core.SelectExprProcessorRepresentationFactory