|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectClauseElementCompiled | |
---|---|
com.espertech.esper.epl.core | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of SelectClauseElementCompiled in com.espertech.esper.epl.core |
---|
Method parameters in com.espertech.esper.epl.core with type arguments of type SelectClauseElementCompiled | |
---|---|
static SelectExprProcessor |
SelectExprProcessorFactory.getProcessor(List<SelectClauseElementCompiled> selectionList,
boolean isUsingWildcard,
InsertIntoDesc insertIntoDesc,
StreamTypeService typeService,
EventAdapterService eventAdapterService,
StatementResultService statementResultService)
Returns the processor to use for a given select-clause. |
protected static void |
SelectExprProcessorFactory.verifyNameUniqueness(List<SelectClauseElementCompiled> selectionList)
Verify that each given name occurs exactly one. |
Constructor parameters in com.espertech.esper.epl.core with type arguments of type SelectClauseElementCompiled | |
---|---|
BindProcessor(List<SelectClauseElementCompiled> selectionList,
EventType[] typesPerStream,
String[] streamNames)
Ctor. |
Uses of SelectClauseElementCompiled in com.espertech.esper.epl.spec |
---|
Classes in com.espertech.esper.epl.spec that implement SelectClauseElementCompiled | |
---|---|
class |
SelectClauseElementWildcard
Represents a wildcard as a select clause element. |
class |
SelectClauseExprCompiledSpec
Represents a single item in a SELECT-clause, with a name assigned either by the engine or by the user specifying an "as" tag name. |
class |
SelectClauseStreamCompiledSpec
Mirror class to SelectClauseStreamRawSpec but added the stream number for the alias. |
Methods in com.espertech.esper.epl.spec that return types with arguments of type SelectClauseElementCompiled | |
---|---|
List<SelectClauseElementCompiled> |
SelectClauseSpecCompiled.getSelectExprList()
Returns the list of select expressions. |
Methods in com.espertech.esper.epl.spec with parameters of type SelectClauseElementCompiled | |
---|---|
void |
SelectClauseSpecCompiled.add(SelectClauseElementCompiled element)
Adds an select expression within the select clause. |
Constructor parameters in com.espertech.esper.epl.spec with type arguments of type SelectClauseElementCompiled | |
---|---|
SelectClauseSpecCompiled(List<SelectClauseElementCompiled> selectList)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |