Uses of Class
net.esper.eql.expression.InsertIntoDesc

Packages that use InsertIntoDesc
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.expression EQL expression nodes, aggregation, result set processing 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
 

Uses of InsertIntoDesc in net.esper.core
 

Constructors in net.esper.core with parameters of type InsertIntoDesc
EPEQLStmtStartMethod(InsertIntoDesc insertIntoDesc, List<SelectExprElement> selectionList, List<StreamSpec> streams, List<OuterJoinDesc> outerJoinDescList, ExprNode optionalFilterNode, List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec optionalOutputLimitViewSpecs, List<Pair<ExprNode,Boolean>> orderByNodes, String eqlStatement, EPServicesContext services)
          Ctor.
 

Uses of InsertIntoDesc in net.esper.eql.expression
 

Methods in net.esper.eql.expression with parameters of type InsertIntoDesc
static ResultSetProcessor ResultSetProcessorFactory.getProcessor(List<SelectExprElement> selectionList, InsertIntoDesc insertIntoDesc, List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec outputLimitSpec, List<Pair<ExprNode,Boolean>> orderByList, StreamTypeService typeService, EventAdapterService eventAdapterService, AutoImportService autoImportService)
          Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause.
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(List<SelectExprElement> selectionList, InsertIntoDesc insertIntoDesc, StreamTypeService typeService, EventAdapterService eventAdapterService)
          Returns the processor to use for a given select-clause.
 

Constructors in net.esper.eql.expression with parameters of type InsertIntoDesc
SelectExprEvalProcessor(List<SelectExprElement> selectionList, InsertIntoDesc insertIntoDesc, EventAdapterService eventAdapterService)
          Ctor.
 

Uses of InsertIntoDesc in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return InsertIntoDesc
 InsertIntoDesc EQLTreeWalker.getInsertIntoDesc()
          Return a descriptor with the insert-into event name and optional list of columns.