Uses of Enum Class
com.espertech.esper.common.client.soda.StreamSelector
Package
Description
Configuration classes for the compiler section, which is only relevant to the compiler
This package defines the Esper statement object model.
-
Uses of StreamSelector in com.espertech.esper.common.client.configuration.compiler
Modifier and TypeMethodDescriptionConfigurationCompilerStreamSelection.getDefaultStreamSelector()
Returns the default stream selector.Modifier and TypeMethodDescriptionvoid
ConfigurationCompilerStreamSelection.setDefaultStreamSelector
(StreamSelector defaultStreamSelector) Sets the default stream selector. -
Uses of StreamSelector in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionInsertIntoClause.getStreamSelector()
Returns the stream selector for the insert into.SelectClause.getStreamSelector()
Returns the stream selector.static StreamSelector
Returns the enum constant of this class with the specified name.static StreamSelector[]
StreamSelector.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic InsertIntoClause
InsertIntoClause.create
(String streamName, String[] columns, StreamSelector streamSelector) Creates the insert-into clause.static InsertIntoClause
InsertIntoClause.create
(String streamName, String[] columns, StreamSelector streamSelector, Expression precedence) Creates the insert-into clause.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 SelectClause
SelectClause.createWildcard
(StreamSelector streamSelector) Creates a wildcard select-clause, additional expressions can still be added.void
InsertIntoClause.setStreamSelector
(StreamSelector streamSelector) Sets the stream selector for the insert into.void
SelectClause.setStreamSelector
(StreamSelector streamSelector) Sets the stream selector.SelectClause.streamSelector
(StreamSelector streamSelector) Sets the stream selector.ModifierConstructorDescriptionInsertIntoClause
(String streamName, List<String> columnNames, StreamSelector streamSelector) Ctor.InsertIntoClause
(String streamName, List<String> columnNames, StreamSelector streamSelector, Expression eventPrecedence) Ctor.protected
SelectClause
(StreamSelector streamSelector, List<SelectClauseElement> selectList) Ctor. -
Uses of StreamSelector in com.espertech.esper.common.internal.compile.stage1.specmapper
Modifier and TypeMethodDescriptionstatic StreamSelector
StatementSpecMapper.mapFromSODA
(SelectClauseStreamSelectorEnum selector) Maps the internal stream selector to the SODA-representationModifier and TypeMethodDescriptionStatementSpecMapper.mapFromSODA
(StreamSelector selector) Maps the SODA-selector to the internal representation -
Uses of StreamSelector in com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger
ModifierConstructorDescriptionOnTriggerWindowPlan
(OnTriggerWindowDesc onTriggerDesc, String contextName, OnTriggerActivatorDesc activatorResult, StreamSelector optionalStreamSelector, Map<ExprSubselectNode, SubSelectActivationPlan> subselectActivation, StreamSpecCompiled streamSpec) -
Uses of StreamSelector in com.espertech.esper.common.internal.epl.ontrigger
ModifierConstructorDescriptionInfraOnSelectViewFactory
(EventType infraEventType, boolean addToFront, boolean isDistinct, EventPropertyValueGetter distinctKeyGetter, boolean selectAndDelete, StreamSelector optionalStreamSelector, Table optionalInsertIntoTable, boolean insertInto, ResultSetProcessorFactoryProvider resultSetProcessorPrototype, ExprEvaluator eventPrecedence)