Modifier and Type | Method and Description |
---|---|
FilterSpecCompiled |
ContextSpecKeyedItem.getFilterSpecCompiled() |
FilterSpecCompiled |
ContextSpecHashItem.getFilterSpecCompiled() |
FilterSpecCompiled |
ContextSpecConditionFilter.getFilterSpecCompiled() |
FilterSpecCompiled |
ContextSpecCategory.getFilterSpecCompiled() |
Modifier and Type | Method and Description |
---|---|
void |
ContextSpecKeyedItem.setFilterSpecCompiled(FilterSpecCompiled filterSpecCompiled) |
void |
ContextSpecHashItem.setFilterSpecCompiled(FilterSpecCompiled filterSpecCompiled) |
void |
ContextSpecConditionFilter.setFilterSpecCompiled(FilterSpecCompiled filterSpecCompiled) |
void |
ContextSpecCategory.setFilterSpecCompiled(FilterSpecCompiled filterSpec) |
Modifier and Type | Method and Description |
---|---|
static FilterSpecCompiled |
FilterSpecCompiler.build(List<ExprNode> validatedNodes,
EventType eventType,
String eventTypeName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static FilterSpecCompiled |
FilterSpecCompiler.buildNoStmtCtx(List<ExprNode> validatedNodes,
EventType eventType,
String eventTypeName,
String optionalStreamName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
FilterSpecCompiled |
FilterStreamSpecCompiled.getFilterSpecCompiled()
Returns filter specification for which events the stream will getSelectListEvents.
|
static FilterSpecCompiled |
FilterSpecCompiler.makeFilterSpec(EventType eventType,
String eventTypeName,
List<ExprNode> filterExpessions,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
boolean |
FilterSpecCompiled.equalsTypeAndFilter(FilterSpecCompiled other)
Compares only the type and filter portion and not the property evaluation portion.
|
void |
FilterStreamSpecCompiled.setFilterSpec(FilterSpecCompiled filterSpec)
Sets a filter specification.
|
Modifier and Type | Method and Description |
---|---|
static List<FilterSpecParamExprNodeForge> |
FilterSpecCompiled.makeExprNodeList(List<FilterSpecCompiled> filterSpecCompileds,
List<FilterSpecParamExprNodeForge> additionalBooleanExpressions) |
Constructor and Description |
---|
FilterStreamSpecCompiled(FilterSpecCompiled filterSpec,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<FilterSpecCompiled> |
StmtForgeMethodResult.getFiltereds() |
Modifier and Type | Method and Description |
---|---|
static StatementInformationalsCompileTime |
StatementInformationalsUtil.getInformationals(StatementBaseInfo base,
List<FilterSpecCompiled> filterSpecCompileds,
List<ScheduleHandleCallbackProvider> schedules,
List<NamedWindowConsumerStreamSpec> namedWindowConsumers,
boolean allowContext,
SelectSubscriberDescriptor selectSubscriberDescriptor,
CodegenPackageScope packageScope,
StatementCompileTimeServices services) |
Constructor and Description |
---|
StmtForgeMethodResult(List<StmtClassForgable> forgables,
List<FilterSpecCompiled> filtereds,
List<ScheduleHandleCallbackProvider> scheduleds,
List<NamedWindowConsumerStreamSpec> namedWindowConsumers,
List<FilterSpecParamExprNodeForge> filterBooleanExpressions) |
Constructor and Description |
---|
ViewableActivatorFilterForge(FilterSpecCompiled filterSpecCompiled,
boolean canIterate,
Integer streamNumFromClause,
boolean isSubSelect,
int subselectNumber) |
Modifier and Type | Method and Description |
---|---|
List<FilterSpecCompiled> |
CreateContextValidationEnv.getFilterSpecCompileds() |
Constructor and Description |
---|
CreateContextValidationEnv(String contextName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services,
List<FilterSpecCompiled> filterSpecCompileds,
List<ScheduleHandleCallbackProvider> scheduleHandleCallbackProviders,
List<FilterSpecParamExprNodeForge> filterBooleanExpressions) |
Modifier and Type | Method and Description |
---|---|
FilterSpecCompiled |
CreateWindowCompileResult.getFilterSpecCompiled() |
Constructor and Description |
---|
CreateWindowCompileResult(FilterSpecCompiled filterSpecCompiled,
SelectClauseSpecRaw selectClauseSpecRaw,
EventType asEventType) |
Modifier and Type | Method and Description |
---|---|
FilterSpecCompiled |
EventBusSourceForge.getFilterSpecCompiled() |
Modifier and Type | Method and Description |
---|---|
void |
EvalAndForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalRootForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
void |
EvalForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalEveryForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalEveryDistinctForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
FilterSpecCompiled |
EvalFilterForgeNode.getFilterSpecCompiled()
Returns filter specification.
|
Modifier and Type | Method and Description |
---|---|
void |
EvalFilterForgeNode.setFilterSpec(FilterSpecCompiled filterSpec)
Sets a validated and optimized filter specification
|
Modifier and Type | Method and Description |
---|---|
void |
EvalFilterForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalFollowedByForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalGuardForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalMatchUntilForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalNotForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalObserverForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
void |
EvalOrForgeNode.collectSelfFilterAndSchedule(List<FilterSpecCompiled> filters,
List<ScheduleHandleCallbackProvider> schedules) |
Modifier and Type | Method and Description |
---|---|
static Map<ExprSubselectNode,SubSelectActivationPlan> |
SubSelectHelperActivations.createSubSelectActivation(List<FilterSpecCompiled> filterSpecCompileds,
List<NamedWindowConsumerStreamSpec> namedWindowConsumers,
StatementBaseInfo statement,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
List<FilterSpecCompiled> |
StatementSpecCompiledAnalyzerResult.getFilters() |
Constructor and Description |
---|
StatementSpecCompiledAnalyzerResult(List<FilterSpecCompiled> filters,
List<NamedWindowConsumerStreamSpec> namedWindowConsumers) |
Copyright © 2005–2019. All rights reserved.