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 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) |
static StatementSpecCompiled |
StatementRawCompiler.compile(StatementSpecRaw spec,
Compilable compilable,
boolean isSubquery,
boolean isOnDemandQuery,
Annotation[] annotations,
List<ExprSubselectNode> subselectNodes,
List<ExprTableAccessNode> tableAccessNodes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static StreamSpecCompiled |
StreamSpecCompiler.compile(StreamSpecRaw spec,
Set<String> eventTypeReferences,
boolean isInsertInto,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
String optionalStreamName,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static StreamSpecCompiled |
StreamSpecCompiler.compileFilter(FilterStreamSpecRaw streamSpec,
boolean isInsertInto,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static PatternStreamSpecCompiled |
StreamSpecCompiler.compilePattern(PatternStreamSpecRaw streamSpecRaw,
Set<String> eventTypeReferences,
boolean isInsertInto,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
String optionalStreamName,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static PatternStreamSpecCompiled |
StreamSpecCompiler.compilePatternWTags(PatternStreamSpecRaw streamSpecRaw,
Set<String> eventTypeReferences,
boolean isInsertInto,
MatchEventSpec tags,
Set<String> priorAllTags,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
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) |
static List<ExprNode> |
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,
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(StatementBaseInfo base,
int stream,
PatternStreamSpecCompiled patternStreamSpec,
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 |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateExpression.make(String packageName,
String classPostfix,
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 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 |
---|---|
abstract EventType[] |
ExprDotForgeEnumMethodBase.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
abstract EnumForge |
ExprDotForgeEnumMethodBase.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
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) |
Modifier and Type | Method and Description |
---|---|
EventType[] |
ExprDotForgeWhere.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeToMap.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeTakeWhileAndLast.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeTakeAndTakeLast.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeSumOf.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeSetExceptUnionIntersect.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeSequenceEqual.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeSelectFrom.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeReverse.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeOrderByAscDesc.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeNoOp.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeMostLeastFrequent.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeMinMax.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeMinByMaxBy.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeGroupBy.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeFirstLastOf.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeDistinct.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeCountOf.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeAverage.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeAllOfAnyOf.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EventType[] |
ExprDotForgeAggregate.getAddStreamTypes(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
List<ExprDotEvalParam> bodiesAndParameters,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeWhere.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeToMap.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeTakeWhileAndLast.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeTakeAndTakeLast.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeSumOf.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeSetExceptUnionIntersect.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeSequenceEqual.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeSelectFrom.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeReverse.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeOrderByAscDesc.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeNoOp.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeMostLeastFrequent.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeMinMax.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeMinByMaxBy.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeGroupBy.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeFirstLastOf.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeDistinct.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeCountOf.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeAverage.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeAllOfAnyOf.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
EnumForge |
ExprDotForgeAggregate.getEnumForge(StreamTypeService streamTypeService,
String enumMethodUsedName,
List<ExprDotEvalParam> bodiesAndParameters,
EventType inputEventType,
Class collectionComponentType,
int numStreamsIncoming,
boolean disablePropertyExpressionEventCollCache,
StatementRawInfo statementRawInfo,
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 |
ExprEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static ExprNodeUtilMethodDesc |
ExprNodeUtilityResolve.resolveMethodAllowWildcardAndStream(String className,
Class 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 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 EventType[] |
ExprDotNodeUtility.getSingleLambdaParamEventType(String enumMethodUsedName,
List<String> goesToNames,
EventType inputEventType,
Class collectionComponentType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static ObjectArrayEventType |
ExprDotNodeUtility.makeTransientOAType(String enumMethod,
String propertyName,
Class 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 |
---|---|
void |
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) |
void |
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) |
void |
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 JoinSetComposerPrototypeForge |
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 |
---|---|
protected static QueryPlanForge |
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 QueryPlanForge |
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 SubordinateWMatchExprQueryPlanForge |
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 SubordinateQueryPlanDescForge |
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,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static OutputProcessViewFactoryForge |
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,
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 RowRecogDescForge |
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,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventTypeUtility.createNonVariantType(boolean isAnonymous,
CreateSchemaDesc spec,
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 EPType |
EPTypeHelper.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,
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–2019. All rights reserved.