Modifier and Type | Method and Description |
---|---|
ExprNode |
CompilerServices.compileExpression(String expression,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
ExprNode |
OuterJoinDesc.makeExprNode(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Constructor and Description |
---|
ExpressionCopier(StatementSpecRaw statementSpecRaw,
ContextCompileTimeDescriptor contextCompileTimeDescriptor,
StatementCompileTimeServices services,
ExprNodeSubselectDeclaredDotVisitor visitor) |
Modifier and Type | Field and Description |
---|---|
StatementCompileTimeServices |
FilterSpecCompilerArgs.compileTimeServices |
Modifier and Type | Method and Description |
---|---|
static FilterSpecCompiledDesc |
FilterSpecCompiler.build(FilterSpecValidatedDesc validatedDesc,
EventType eventType,
String eventTypeName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
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,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static StatementSpecCompiledDesc |
StatementRawCompiler.compile(StatementSpecRaw spec,
Compilable compilable,
boolean isSubquery,
boolean isOnDemandQuery,
Annotation[] annotations,
List<ExprSubselectNode> subselectNodes,
List<ExprTableAccessNode> tableAccessNodes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static StreamSpecCompiledDesc |
StreamSpecCompiler.compile(StreamSpecRaw spec,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
String optionalStreamName,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static StreamSpecCompiledDesc |
StreamSpecCompiler.compileFilter(FilterStreamSpecRaw streamSpec,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static StreamSpecCompiledDesc |
StreamSpecCompiler.compilePattern(PatternStreamSpecRaw streamSpecRaw,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static StreamSpecCompiledDesc |
StreamSpecCompiler.compilePatternWTags(PatternStreamSpecRaw streamSpecRaw,
MatchEventSpec tags,
Set<String> priorAllTags,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerBooleanLimited.handleBooleanLimited(ExprNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerEquals.handleEqualsAndRelOp(ExprNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerInSetOfValues.handleInSetNode(ExprInNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StatementRawInfo raw,
StatementCompileTimeServices services) |
static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerRange.handleRangeNode(ExprBetweenNode betweenNode,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static boolean |
FilterSpecCompilerIndexPlannerHelper.hasLevelOrHint(FilterSpecCompilerIndexPlannerHint requiredHint,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecPlanPathTripletForge |
FilterSpecCompilerIndexPlannerConstituent.makeFilterParam(ExprNode constituent,
boolean performConditionPlanning,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StreamTypeService streamTypeService,
StatementRawInfo raw,
StatementCompileTimeServices services)
For a given expression determine if this is optimizable and create the filter parameter
representing the expression, or null if not optimizable.
|
static FilterSpecCompiledDesc |
FilterSpecCompiler.makeFilterSpec(EventType eventType,
String eventTypeName,
List<ExprNode> filterExpessions,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
protected static ExprFilterSpecLookupableForge |
FilterSpecCompilerIndexPlannerHelper.makeLimitedLookupableForgeMayNull(ExprNode lookupable,
StatementRawInfo raw,
StatementCompileTimeServices services) |
static FilterSpecValidatedDesc |
FilterSpecCompiler.validateAllowSubquery(ExprNodeOrigin exprNodeOrigin,
List<ExprNode> exprNodes,
StreamTypeService streamTypeService,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
FilterSpecCompilerArgs(LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
ContextCompileTimeDescriptor contextDescriptor,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
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) |
StmtForgeMethodResult |
StmtForgeMethod.make(String packageName,
String classPostfix,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static MapEventType |
ViewableActivatorPatternForge.makeRegisterPatternType(String moduleName,
int stream,
Set<String> onlyIncludeTheseTags,
PatternStreamSpecCompiled patternStreamSpec,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateSimpleBase.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
protected abstract String |
StmtForgeMethodCreateSimpleBase.register(StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected String |
StmtForgeMethodCreateClass.register(StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StatementCompileTimeServices |
CreateContextValidationEnv.getServices() |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateContext.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
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 |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateDataflow.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected String |
StmtForgeMethodCreateExpression.register(StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateIndex.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateSchema.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateTable.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateVariable.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected static CreateWindowCompileResult |
CreateWindowUtil.handleCreateWindow(StatementBaseInfo base,
StatementCompileTimeServices services) |
StmtForgeMethodResult |
StmtForgeMethodCreateWindow.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodOnTrigger.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static OnTriggerSetPlan |
OnTriggerSetUtil.handleSetVariable(String className,
CodegenPackageScope packageScope,
String classPostfix,
OnTriggerActivatorDesc activatorResult,
String optionalStreamName,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
OnTriggerSetDesc desc,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static OnTriggerPlan |
OnSplitStreamUtil.handleSplitStream(String aiFactoryProviderClassName,
CodegenPackageScope packageScope,
String classPostfix,
OnTriggerSplitStreamDesc desc,
StreamSpecCompiled streamSpec,
OnTriggerActivatorDesc activatorResult,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static StmtForgeMethodSelectResult |
StmtForgeMethodSelectUtil.make(boolean dataflowOperator,
String packageName,
String classPostfix,
StatementBaseInfo base,
StatementCompileTimeServices services) |
StmtForgeMethodResult |
StmtForgeMethodSelect.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodUpdate.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerCategoryFactoryForge.validateGetContextProps(LinkedHashMap<String,Object> props,
String contextName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
void |
ContextControllerCategoryValidation.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerFactoryForge.validateGetContextProps(LinkedHashMap<String,Object> props,
String contextName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
void |
ContextControllerPortableInfo.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
static void |
ContextControllerForgeUtil.validateStatementKeyAndHash(Supplier<EventType>[] typeProvider,
String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static void |
ContextControllerHashUtil.validateContextDesc(String contextName,
ContextSpecHash hashedSpec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
void |
ContextControllerHashFactoryForge.validateGetContextProps(LinkedHashMap<String,Object> props,
String contextName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
void |
ContextControllerHashValidation.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Constructor and Description |
---|
ContextControllerHashedGetterSingleRowForge(Pair<Class,ClasspathImportSingleRowDesc> func,
List<ExprNode> parameters,
int granularity,
EventType eventType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerInitTermFactoryForge.validateGetContextProps(LinkedHashMap<String,Object> props,
String contextName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
void |
ContextControllerInitTermValidation.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerKeyedFactoryForge.validateGetContextProps(LinkedHashMap<String,Object> props,
String contextName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
void |
ContextControllerKeyedValidation.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static ClassProvidedPrecompileResult |
ClassProvidedPrecompileUtil.compileClassProvided(List<String> classTexts,
Consumer<Object> compileResultConsumer,
StatementCompileTimeServices compileTimeServices,
ClassProvidedPrecompileResult optionalPrior) |
Modifier and Type | Method and Description |
---|---|
static PropertyEvaluatorForge |
PropertyEvaluatorForgeFactory.makeEvaluator(PropertyEvalSpec spec,
EventType sourceEventType,
String optionalSourceStreamName,
StatementRawInfo rawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StatementCompileTimeServices |
DataFlowOpForgeInitializeContext.getServices() |
Constructor and Description |
---|
DataFlowOpForgeInitializeContext(String dataflowName,
int operatorNumber,
Annotation[] operatorAnnotations,
GraphOperatorSpec operatorSpec,
Map<Integer,DataFlowOpInputPort> inputPorts,
Map<Integer,DataFlowOpOutputPort> outputPorts,
DataFlowOpForgeCodegenEnv codegenEnv,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EventType |
PropertyDotScalarIterable.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotScalarCollection.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotScalarArrayForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotEventSingleForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotEventCollectionForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotScalarIterable.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotScalarCollection.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotScalarArrayForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotEventSingleForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
PropertyDotEventCollectionForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
void |
ExprDotForgeEnumMethodBase.initialize(DotMethodFP footprint,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
List<ExprNode> parameters,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDesc |
EnumForgeDescFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
void |
ExprDotForgeEnumMethodPlugin.initialize(DotMethodFP footprint,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
List<ExprNode> parameters,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeAllOfAnyOf.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeArrayOf.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeAverage.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeCountOf.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeDistinctOf.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeFirstLastOf.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeGroupByOneParam.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeMinMax.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeMinByMaxBy.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeMostLeastFrequent.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeOrderByAscDesc.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeSelectFrom.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeSumOf.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeTakeWhileAndLast.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeWhere.noParamsForge(EnumMethodEnum enumMethod,
EPChainableType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDesc |
TwoLambdaThreeFormEventPlusFactory.ForgeFunction.apply(ExprDotEvalParamLambda first,
ExprDotEvalParamLambda second,
int streamCountIncoming,
ObjectArrayEventType firstType,
ObjectArrayEventType secondType,
int numParameters,
StatementCompileTimeServices services) |
EnumForgeDesc |
TwoLambdaThreeFormEventPlainFactory.ForgeFunction.apply(ExprDotEvalParamLambda first,
ExprDotEvalParamLambda second,
int streamCountIncoming,
StatementCompileTimeServices services) |
EnumForgeDesc |
TwoLambdaThreeFormScalarFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
EnumForgeDesc |
TwoLambdaThreeFormEventPlusFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
EnumForgeDesc |
TwoLambdaThreeFormEventPlainFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprPlugInMultiFunctionAggNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionSortedMinMaxByNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionLinearAccessNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionCountMinSketchNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprPlugInMultiFunctionAggNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionSortedMinMaxByNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionLinearAccessNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionCountMinSketchNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
StatementCompileTimeServices |
ExprValidationContext.getStatementCompileTimeService() |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprStreamUnderlyingNodeEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprIdentNodeFragmentTypeEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprContextPropertyNodeFragmentEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprStreamUnderlyingNodeEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprIdentNodeFragmentTypeEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprContextPropertyNodeFragmentEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static ExprNodeUtilMethodDesc |
ExprNodeUtilityResolve.resolveMethodAllowWildcardAndStream(String className,
EPTypeClass optionalClass,
String methodName,
List<ExprNode> parameters,
boolean allowWildcard,
EventType wildcardType,
ExprNodeUtilResolveExceptionHandler exceptionHandler,
String functionName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
ExprValidationContext(StreamTypeService streamTypeService,
ViewResourceDelegateExpr viewResourceDelegate,
ContextCompileTimeDescriptor contextDescriptor,
boolean disablePropertyExpressionEventCollCache,
boolean allowRollupFunctions,
boolean allowBindingConsumption,
boolean allowTableAggReset,
boolean isUnidirectionalJoin,
String intoTableName,
boolean isFilterExpression,
ExprValidationMemberName memberName,
boolean aggregationFutureNameAlreadySet,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
ExprValidationContextBuilder(StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprDeclaredForgeBase.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDeclaredForgeBase.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static ExprDotEnumerationSourceForge |
ExprDotNodeUtility.getEnumerationSource(ExprNode inputExpression,
StreamTypeService streamTypeService,
boolean hasEnumerationMethod,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDotNodeForgeRootChild.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDotNodeAggregationMethodRootNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDotNodeForgeRootChild.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDotNodeAggregationMethodRootNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static ObjectArrayEventType |
ExprDotNodeUtility.makeTransientOAType(String enumMethod,
Map<String,Object> boxedPropertyTypes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static ObjectArrayEventType |
ExprDotNodeUtility.makeTransientOAType(String enumMethod,
String propertyName,
EPType type,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprArrayNodeForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprArrayNodeForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprPreviousNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprPreviousNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprTableAccessNodeSubprop.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprTableAccessNodeSubprop.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
protected void |
FAFQueryMethodIUDUpdateForge.initExec(String aliasName,
StatementSpecCompiled spec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
protected void |
FAFQueryMethodIUDInsertIntoForge.initExec(String aliasName,
StatementSpecCompiled spec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
protected void |
FAFQueryMethodIUDDeleteForge.initExec(String aliasName,
StatementSpecCompiled spec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
protected abstract void |
FAFQueryMethodIUDBaseForge.initExec(String aliasName,
StatementSpecCompiled spec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
FAFQueryMethodIUDBaseForge(StatementSpecCompiled spec,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
FAFQueryMethodIUDDeleteForge(StatementSpecCompiled spec,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
FAFQueryMethodIUDInsertIntoForge(StatementSpecCompiled specCompiled,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
FAFQueryMethodIUDUpdateForge(StatementSpecCompiled spec,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
FAFQueryMethodSelectDesc(StatementSpecCompiled statementSpec,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
List<StmtClassForgeableFactory> |
HistoricalEventViewableForge.validate(StreamTypeService typeService,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static HistoricalEventViewableDatabaseForge |
HistoricalEventViewableDatabaseForgeFactory.createDBStatementView(int streamNum,
DBStatementStreamSpec sqlStreamSpec,
SQLColumnTypeConversion columnTypeConversionHook,
SQLOutputRowConversion outputRowConversionHook,
StatementBaseInfo base,
StatementCompileTimeServices services) |
List<StmtClassForgeableFactory> |
HistoricalEventViewableDatabaseForge.validate(StreamTypeService typeService,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static HistoricalEventViewableMethodForge |
HistoricalEventViewableMethodForgeFactory.createMethodStatementView(int stream,
MethodStreamSpec methodStreamSpec,
StatementBaseInfo base,
StatementCompileTimeServices services) |
List<StmtClassForgeableFactory> |
HistoricalEventViewableMethodForge.validate(StreamTypeService typeService,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EventAdvancedIndexProvisionCompileTime |
EventAdvancedIndexProvisionRuntime.toCompileTime(EventType eventTypeIndexed,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static JoinSetComposerPrototypeDesc |
JoinSetComposerPrototypeForgeFactory.makeComposerPrototype(StatementSpecCompiled spec,
StreamJoinAnalysisResultCompileTime joinAnalysisResult,
StreamTypeService typeService,
HistoricalViewableDesc historicalViewableDesc,
boolean isOnDemandQuery,
boolean hasAggregations,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static ExcludePlanHint |
ExcludePlanHint.getHint(String[] streamNames,
StatementRawInfo rawInfo,
StatementCompileTimeServices services) |
static ExprForge |
ExcludePlanHintExprUtil.toExpression(String hint,
StatementRawInfo rawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
ExcludePlanHint(String[] streamNames,
List<ExprEvaluator> evaluators,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
void |
QueryPlanIndexItemForge.planStateMgmtSettings(StatementRawInfo raw,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
protected static QueryPlanForgeDesc |
NStreamOuterQueryPlanBuilder.build(QueryGraphForge queryGraph,
OuterJoinDesc[] outerJoinDescList,
String[] streamNames,
EventType[] typesPerStream,
HistoricalViewableDesc historicalViewableDesc,
DependencyGraph dependencyGraph,
HistoricalStreamIndexListForge[] historicalStreamIndexLists,
String[][][] indexedStreamsUniqueProps,
TableMetaData[] tablesPerStream,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static QueryPlanForgeDesc |
QueryPlanBuilder.getPlan(EventType[] typesPerStream,
OuterJoinDesc[] outerJoinDescList,
QueryGraphForge queryGraph,
String[] streamNames,
HistoricalViewableDesc historicalViewableDesc,
DependencyGraph dependencyGraph,
HistoricalStreamIndexListForge[] historicalStreamIndexLists,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult,
boolean isQueryPlanLogging,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static IndexHintPair |
IndexHintPair.getIndexHintPair(OnTriggerDesc onTriggerDesc,
String streamZeroAsName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static SubordinateWMatchExprQueryPlanResult |
SubordinateQueryPlanner.planOnExpression(ExprNode joinExpr,
EventType filterEventType,
IndexHint optionalIndexHint,
boolean isIndexShare,
int subqueryNumber,
ExcludePlanHint excludePlanHint,
boolean isVirtualDataWindow,
EventTableIndexMetadata indexMetadata,
EventType eventTypeIndexed,
Set<String> optionalUniqueKeyProps,
boolean onlyUseExistingIndexes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static SubordinateQueryPlan |
SubordinateQueryPlanner.planSubquery(EventType[] outerStreams,
SubordPropPlan joinDesc,
boolean isNWOnTrigger,
boolean forceTableScan,
IndexHint optionalIndexHint,
boolean indexShare,
int subqueryNumber,
boolean isVirtualDataWindow,
EventTableIndexMetadata indexMetadata,
Set<String> optionalUniqueKeyProps,
boolean onlyUseExistingIndexes,
EventType eventTypeIndexed,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static QueryPlanIndexItemForge |
EventTableIndexUtil.validateCompileExplicitIndex(String indexName,
boolean unique,
List<CreateIndexItem> columns,
EventType eventType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
InfraOnMergeHelperForge(OnTriggerMergeDesc onTriggerDesc,
EventType triggeringEventType,
String triggeringStreamName,
String infraName,
EventTypeSPI infraEventType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services,
TableMetaData table) |
Modifier and Type | Method and Description |
---|---|
static OutputConditionFactoryForge |
OutputConditionFactoryFactory.createCondition(OutputLimitSpec outputLimitSpec,
boolean isGrouped,
boolean isWithHavingClause,
boolean isStartConditionOnCreation,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
OutputConditionCrontabForge(List<ExprNode> scheduleSpecExpressionList,
boolean isStartConditionOnCreation,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
OutputConditionExpressionForge(ExprNode whenExpressionNode,
List<OnTriggerSetAssignment> assignments,
ExprNode andWhenTerminatedExpr,
List<OnTriggerSetAssignment> afterTerminateAssignments,
boolean isStartConditionOnCreation,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static OutputProcessViewFactoryForgeDesc |
OutputProcessViewForgeFactory.make(EventType[] typesPerStream,
EventType resultEventType,
ResultSetProcessorType resultSetProcessorType,
StatementSpecCompiled statementSpec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static OutputConditionPolledFactoryForge |
OutputConditionPolledFactoryFactory.createConditionFactory(OutputLimitSpec outputLimitSpec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Constructor and Description |
---|
OutputConditionPolledCrontabFactoryForge(List<ExprNode> list,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
OutputConditionPolledExpressionFactoryForge(ExprNode whenExpressionNode,
List<OnTriggerSetAssignment> assignments,
String statementName,
StatementCompileTimeServices services)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerWithinOrMaxCountGuardForge.setGuardParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services) |
void |
TimerWithinGuardForge.setGuardParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services) |
void |
GuardForge.setGuardParameters(List<ExprNode> guardParameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services)
Sets the guard object parameters.
|
void |
ExpressionGuardForge.setGuardParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static ResultSetProcessorDesc |
ResultSetProcessorFactoryFactory.getProcessorPrototype(ResultSetSpec spec,
StreamTypeService typeService,
ViewResourceDelegateExpr viewResourceDelegate,
boolean[] isUnidirectionalStream,
boolean allowAggregation,
ContextPropertyRegistry contextPropertyRegistry,
boolean isFireAndForget,
boolean isOnSelect,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StatementCompileTimeServices |
SelectProcessorArgs.getCompileTimeServices() |
Constructor and Description |
---|
SelectProcessorArgs(SelectClauseElementCompiled[] selectionList,
GroupByRollupInfo groupByRollupInfo,
boolean isUsingWildcard,
EventType optionalInsertIntoEventType,
ForClauseSpec forClauseSpec,
StreamTypeService typeService,
ContextCompileTimeDescriptor contextDescriptor,
boolean isFireAndForget,
Annotation[] annotations,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static RowRecogPlan |
RowRecogNFAViewPlanUtil.validateAndPlan(EventType parentEventType,
boolean unbound,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprNodeScript.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprNodeScript.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static void |
ScriptValidationPrecompileUtil.validateScripts(List<ExpressionScriptProvided> scripts,
ExpressionDeclDesc expressionDeclDesc,
StatementCompileTimeServices compileTimeServices) |
Constructor and Description |
---|
SubSelectStrategyFactoryIndexShareForge(int subqueryNumber,
SubSelectActivationPlan subselectActivation,
EventType[] outerEventTypesSelect,
NamedWindowMetaData namedWindow,
TableMetaData table,
boolean fullTableScan,
IndexHint indexHint,
SubordPropPlan joinedPropPlan,
ExprForge filterExprEval,
ExprNode[] groupKeys,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
StatementBaseInfo statement,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static QueryGraphForge |
EPLValidationUtil.validateFilterGetQueryGraphSafe(ExprNode filterExpression,
StreamTypeServiceImpl typeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static void |
EPLValidationUtil.validateFilterWQueryGraphSafe(QueryGraphForge queryGraph,
ExprNode filterExpression,
StreamTypeServiceImpl typeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static ExprNode |
EPLValidationUtil.validateSimpleGetSubtree(ExprNodeOrigin origin,
ExprNode expression,
EventType optionalEventType,
boolean allowBindingConsumption,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
VariableReadWritePackageForge(List<OnTriggerSetAssignment> assignments,
String statementName,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static EventTypeForgablesPair |
EventTypeUtility.createNonVariantType(boolean isAnonymous,
CreateSchemaDesc spec,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static JsonForgeDesc |
JsonForgeFactoryBuiltinClassTyped.forge(EPTypeClass classType,
String fieldName,
Field optionalField,
Map<EPTypeClass,JsonApplicationClassDelegateDesc> deepClasses,
Annotation[] annotations,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static ConfigurationCommonEventTypeXMLDOM |
CreateSchemaXMLHelper.configure(StatementBaseInfo base,
StatementCompileTimeServices services) |
Constructor and Description |
---|
FilterSpecParamExprNodeForge(ExprFilterSpecLookupableForge lookupable,
FilterOperator filterOperator,
ExprNode exprNode,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StreamTypeService streamTypeService,
boolean hasSubquery,
boolean hasTableAccess,
boolean hasVariable,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static EPChainableType |
EPChainableTypeHelper.optionalFromEnumerationExpr(StatementRawInfo raw,
StatementCompileTimeServices services,
ExprNode exprNode) |
Modifier and Type | Method and Description |
---|---|
static ExprForge[] |
ScheduleExpressionUtil.crontabScheduleValidate(ExprNodeOrigin origin,
List<ExprNode> scheduleSpecExpressionList,
boolean allowBindingConsumption,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static ExprNode |
EPStatementStartMethodHelperValidate.validateExprNoAgg(ExprNodeOrigin exprNodeOrigin,
ExprNode exprNode,
StreamTypeService streamTypeService,
String errorMsg,
boolean allowTableConsumption,
boolean allowTableAggReset,
StatementRawInfo raw,
StatementCompileTimeServices compileTimeServices) |
static ExprNode |
EPStatementStartMethodHelperValidate.validateNodes(StatementSpecRaw statementSpec,
StreamTypeService typeService,
ViewResourceDelegateExpr viewResourceDelegate,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
protected static UniformPair<Integer> |
EPStatementStartMethodHelperValidate.validateOuterJoinPropertyPair(ExprIdentNode leftNode,
ExprIdentNode rightNode,
int outerJoinCount,
StreamTypeService typeService,
ViewResourceDelegateExpr viewResourceDelegate,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
StatementCompileTimeServices |
ViewFactoryForgeArgs.getCompileTimeServices() |
StatementCompileTimeServices |
ViewForgeEnv.getStatementCompileTimeServices() |
Constructor and Description |
---|
ViewFactoryForgeArgs(int streamNum,
boolean isSubquery,
int subqueryNumber,
StreamSpecOptions options,
String optionalCreateNamedWindowName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Copyright © 2005–2020. All rights reserved.