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 ViewSpec[] |
ViewSpec.EMPTY_VIEWSPEC_ARRAY |
Modifier and Type | Method and Description |
---|---|
ViewSpec[] |
StreamSpecBase.getViewSpecs()
Returns view definitions to use to construct views to derive data on stream.
|
ViewSpec[] |
StreamSpec.getViewSpecs()
Returns views definitions onto the stream
|
static ViewSpec[] |
ViewSpec.toArray(List<ViewSpec> viewSpecs) |
Modifier and Type | Method and Description |
---|---|
List<ViewSpec> |
CreateWindowDesc.getViewSpecs()
Returns the view specifications.
|
Modifier and Type | Method and Description |
---|---|
static ViewSpec[] |
ViewSpec.toArray(List<ViewSpec> viewSpecs) |
Constructor and Description |
---|
DBStatementStreamSpec(String optionalStreamName,
ViewSpec[] viewSpecs,
String databaseName,
String sqlWithSubsParams,
String metadataSQL)
Ctor.
|
FilterStreamSpecRaw(FilterSpecRaw rawFilterSpec,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor.
|
MethodStreamSpec(String optionalStreamName,
ViewSpec[] viewSpecs,
String ident,
String className,
String methodName,
List<ExprNode> expressions,
String eventTypeName)
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 |
---|
CreateWindowDesc(String windowName,
List<ViewSpec> viewSpecs,
StreamSpecOptions streamSpecOptions,
boolean insert,
ExprNode insertFilter,
List<ColumnDesc> columns,
String asEventTypeName)
Ctor.
|
Constructor and Description |
---|
FilterStreamSpecCompiled(FilterSpecCompiled filterSpec,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static ViewFactoryForgeDesc |
ViewFactoryForgeUtil.createForges(ViewSpec[] viewSpecDefinitions,
ViewFactoryForgeArgs args,
EventType parentEventType) |
Copyright © 2005–2021. All rights reserved.