Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.
|
com.espertech.esper.common.internal.compile.stage2 | |
com.espertech.esper.common.internal.view.core |
Modifier and Type | Field and Description |
---|---|
static StreamSpecOptions |
StreamSpecOptions.DEFAULT |
Modifier and Type | Method and Description |
---|---|
StreamSpecOptions |
StreamSpecBase.getOptions()
Returns the options for the stream such as unidirectional, retain-union etc.
|
StreamSpecOptions |
StreamSpec.getOptions()
Returns the options for the stream such as unidirectional, retain-union etc.
|
StreamSpecOptions |
CreateWindowDesc.getStreamSpecOptions()
Returns the options for the stream such as unidirectional, retain-union etc.
|
Constructor and Description |
---|
CreateWindowDesc(String windowName,
List<ViewSpec> viewSpecs,
StreamSpecOptions streamSpecOptions,
boolean insert,
ExprNode insertFilter,
List<ColumnDesc> columns,
String asEventTypeName)
Ctor.
|
FilterStreamSpecRaw(FilterSpecRaw rawFilterSpec,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor.
|
NamedWindowConsumerStreamSpec(NamedWindowMetaData namedWindow,
String optionalAsName,
ViewSpec[] viewSpecs,
List<ExprNode> filterExpressions,
StreamSpecOptions streamSpecOptions,
PropertyEvaluatorForge optPropertyEvaluator) |
PatternStreamSpecCompiled(EvalRootForgeNode root,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTags,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch) |
PatternStreamSpecRaw(EvalForgeNode evalForgeNode,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch) |
StreamSpecBase(String optionalStreamName,
ViewSpec[] viewSpecs,
StreamSpecOptions streamSpecOptions)
Ctor.
|
TableQueryStreamSpec(String optionalStreamName,
ViewSpec[] viewSpecs,
StreamSpecOptions streamSpecOptions,
TableMetaData table,
List<ExprNode> filterExpressions) |
Constructor and Description |
---|
FilterStreamSpecCompiled(FilterSpecCompiled filterSpec,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
StreamSpecOptions |
ViewFactoryForgeArgs.getOptions() |
Constructor and Description |
---|
ViewFactoryForgeArgs(int streamNum,
Integer subqueryNumber,
StreamSpecOptions options,
String optionalCreateNamedWindowName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Copyright © 2005–2022. All rights reserved.