Class SelectExprProcessorRepresentationFactoryAvro

java.lang.Object
com.espertech.esper.common.internal.avro.selectexprrep.SelectExprProcessorRepresentationFactoryAvro
All Implemented Interfaces:
com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorRepresentationFactory

public class SelectExprProcessorRepresentationFactoryAvro extends Object implements com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorRepresentationFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge
    makeJoinWildcard(String[] streamNames, com.espertech.esper.common.client.EventType resultEventType)
     
    com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge
    makeRecast(com.espertech.esper.common.client.EventType[] eventTypes, com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprForgeContext selectExprForgeContext, int streamNumber, com.espertech.esper.common.internal.event.avro.AvroSchemaEventType insertIntoTargetType, com.espertech.esper.common.internal.epl.expression.core.ExprNode[] exprNodes, String statementName)
     
    com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge
    makeSelectNoWildcard(com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprForgeContext selectExprForgeContext, com.espertech.esper.common.internal.epl.expression.core.ExprForge[] exprForges, com.espertech.esper.common.client.EventType resultEventType, com.espertech.esper.common.internal.epl.table.compiletime.TableCompileTimeResolver tableService, String statementName)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SelectExprProcessorRepresentationFactoryAvro

      public SelectExprProcessorRepresentationFactoryAvro()
  • Method Details

    • makeSelectNoWildcard

      public com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge makeSelectNoWildcard(com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprForgeContext selectExprForgeContext, com.espertech.esper.common.internal.epl.expression.core.ExprForge[] exprForges, com.espertech.esper.common.client.EventType resultEventType, com.espertech.esper.common.internal.epl.table.compiletime.TableCompileTimeResolver tableService, String statementName) throws com.espertech.esper.common.internal.epl.expression.core.ExprValidationException
      Specified by:
      makeSelectNoWildcard in interface com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorRepresentationFactory
      Throws:
      com.espertech.esper.common.internal.epl.expression.core.ExprValidationException
    • makeRecast

      public com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge makeRecast(com.espertech.esper.common.client.EventType[] eventTypes, com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprForgeContext selectExprForgeContext, int streamNumber, com.espertech.esper.common.internal.event.avro.AvroSchemaEventType insertIntoTargetType, com.espertech.esper.common.internal.epl.expression.core.ExprNode[] exprNodes, String statementName) throws com.espertech.esper.common.internal.epl.expression.core.ExprValidationException
      Specified by:
      makeRecast in interface com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorRepresentationFactory
      Throws:
      com.espertech.esper.common.internal.epl.expression.core.ExprValidationException
    • makeJoinWildcard

      public com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge makeJoinWildcard(String[] streamNames, com.espertech.esper.common.client.EventType resultEventType)
      Specified by:
      makeJoinWildcard in interface com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorRepresentationFactory