Package | Description |
---|---|
com.espertech.esper.common.client.configuration.compiler |
Configuration classes for the compiler section, which is only relevant to the compiler
|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
com.espertech.esper.common.internal.compile.stage1.specmapper | |
com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger | |
com.espertech.esper.common.internal.epl.ontrigger |
Modifier and Type | Method and Description |
---|---|
StreamSelector |
ConfigurationCompilerStreamSelection.getDefaultStreamSelector()
Returns the default stream selector.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCompilerStreamSelection.setDefaultStreamSelector(StreamSelector defaultStreamSelector)
Sets the default stream selector.
|
Modifier and Type | Method and Description |
---|---|
StreamSelector |
SelectClause.getStreamSelector()
Returns the stream selector.
|
StreamSelector |
InsertIntoClause.getStreamSelector()
Returns the stream selector for the insert into.
|
static StreamSelector |
StreamSelector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamSelector[] |
StreamSelector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SelectClause |
SelectClause.create(StreamSelector streamSelector)
Creates an empty select-clause.
|
static SelectClause |
SelectClause.create(StreamSelector streamSelector,
String... propertyNames)
Creates a select-clause consisting of a list of property names.
|
static InsertIntoClause |
InsertIntoClause.create(String streamName,
String[] columns,
StreamSelector streamSelector)
Creates the insert-into clause.
|
static SelectClause |
SelectClause.createWildcard(StreamSelector streamSelector)
Creates a wildcard select-clause, additional expressions can still be added.
|
void |
SelectClause.setStreamSelector(StreamSelector streamSelector)
Sets the stream selector.
|
void |
InsertIntoClause.setStreamSelector(StreamSelector streamSelector)
Sets the stream selector for the insert into.
|
SelectClause |
SelectClause.streamSelector(StreamSelector streamSelector)
Sets the stream selector.
|
Constructor and Description |
---|
InsertIntoClause(String streamName,
List<String> columnNames,
StreamSelector streamSelector)
Ctor.
|
SelectClause(StreamSelector streamSelector,
List<SelectClauseElement> selectList)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static StreamSelector |
StatementSpecMapper.mapFromSODA(SelectClauseStreamSelectorEnum selector)
Maps the internal stream selector to the SODA-representation
|
Modifier and Type | Method and Description |
---|---|
static SelectClauseStreamSelectorEnum |
StatementSpecMapper.mapFromSODA(StreamSelector selector)
Maps the SODA-selector to the internal representation
|
Modifier and Type | Method and Description |
---|---|
StreamSelector |
OnTriggerWindowPlan.getOptionalStreamSelector() |
Constructor and Description |
---|
OnTriggerWindowPlan(OnTriggerWindowDesc onTriggerDesc,
String contextName,
OnTriggerActivatorDesc activatorResult,
StreamSelector optionalStreamSelector,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
StreamSpecCompiled streamSpec) |
Modifier and Type | Method and Description |
---|---|
StreamSelector |
InfraOnSelectViewFactory.getOptionalStreamSelector() |
Constructor and Description |
---|
InfraOnSelectViewFactory(EventType infraEventType,
boolean addToFront,
EventBeanReader eventBeanReader,
boolean isDistinct,
boolean selectAndDelete,
StreamSelector optionalStreamSelector,
Table optionalInsertIntoTable,
boolean insertInto,
ResultSetProcessorFactoryProvider resultSetProcessorPrototype) |
Copyright © 2005–2018. All rights reserved.