|
||||||||||
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.named | Named window classes are in this package |
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 |
---|
Methods in com.espertech.esper.epl.core with parameters of type SelectClauseElementCompiled | |
---|---|
static SelectExprProcessor |
SelectExprProcessorFactory.getProcessor(java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
SelectClauseElementCompiled[] selectionList,
boolean isUsingWildcard,
InsertIntoDesc insertIntoDesc,
EventType optionalInsertIntoEventType,
ForClauseSpec forClauseSpec,
StreamTypeService typeService,
EventAdapterService eventAdapterService,
StatementResultService statementResultService,
ValueAddEventService valueAddEventService,
SelectExprEventTypeRegistry selectExprEventTypeRegistry,
MethodResolutionService methodResolutionService,
ExprEvaluatorContext exprEvaluatorContext,
VariableService variableService,
TableService tableService,
TimeProvider timeProvider,
java.lang.String engineURI,
java.lang.String statementId,
java.lang.String statementName,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
ConfigurationInformation configuration,
SelectExprProcessorDeliveryCallback selectExprProcessorCallback,
NamedWindowService namedWindowService,
IntoTableSpec intoTableClause)
Returns the processor to use for a given select-clause. |
protected static void |
SelectExprProcessorFactory.verifyNameUniqueness(SelectClauseElementCompiled[] selectionList)
Verify that each given name occurs exactly one. |
Constructors in com.espertech.esper.epl.core with parameters of type SelectClauseElementCompiled | |
---|---|
BindProcessor(SelectClauseElementCompiled[] selectionList,
EventType[] typesPerStream,
java.lang.String[] streamNames,
TableService tableService)
Ctor. |
Uses of SelectClauseElementCompiled in com.espertech.esper.epl.named |
---|
Methods in com.espertech.esper.epl.named that return types with arguments of type SelectClauseElementCompiled | |
---|---|
static java.util.List<SelectClauseElementCompiled> |
NamedWindowOnMergeHelper.compileSelectNoWildcard(java.lang.String triggeringStreamName,
java.util.List<SelectClauseElementCompiled> selectClause)
|
Method parameters in com.espertech.esper.epl.named with type arguments of type SelectClauseElementCompiled | |
---|---|
static java.util.List<SelectClauseElementCompiled> |
NamedWindowOnMergeHelper.compileSelectNoWildcard(java.lang.String triggeringStreamName,
java.util.List<SelectClauseElementCompiled> selectClause)
|
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 name. |
Methods in com.espertech.esper.epl.spec that return SelectClauseElementCompiled | |
---|---|
SelectClauseElementCompiled[] |
SelectClauseSpecCompiled.getSelectExprList()
Returns the list of select expressions. |
Methods in com.espertech.esper.epl.spec that return types with arguments of type SelectClauseElementCompiled | |
---|---|
java.util.List<SelectClauseElementCompiled> |
OnTriggerMergeActionInsert.getSelectClauseCompiled()
|
Method parameters in com.espertech.esper.epl.spec with type arguments of type SelectClauseElementCompiled | |
---|---|
void |
OnTriggerMergeActionInsert.setSelectClauseCompiled(java.util.List<SelectClauseElementCompiled> selectClauseCompiled)
|
Constructors in com.espertech.esper.epl.spec with parameters of type SelectClauseElementCompiled | |
---|---|
SelectClauseSpecCompiled(SelectClauseElementCompiled[] selectList,
boolean isDistinct)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |