Modifier and Type | Method and Description |
---|---|
ContextCompileTimeDescriptor |
StatementSpecMapContext.getContextCompileTimeDescriptor() |
Constructor and Description |
---|
ExpressionCopier(StatementSpecRaw statementSpecRaw,
ContextCompileTimeDescriptor contextCompileTimeDescriptor,
StatementCompileTimeServices services,
ExprNodeSubselectDeclaredDotVisitor visitor) |
StatementSpecMapContext(ContextCompileTimeDescriptor contextCompileTimeDescriptor,
StatementSpecMapEnv mapEnv) |
Modifier and Type | Field and Description |
---|---|
ContextCompileTimeDescriptor |
FilterSpecCompilerArgs.contextDescriptor |
Modifier and Type | Method and Description |
---|---|
ContextCompileTimeDescriptor |
StatementRawInfo.getOptionalContextDescriptor() |
Constructor and Description |
---|
FilterSpecCompilerArgs(LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StreamTypeService streamTypeService,
ContextCompileTimeDescriptor contextDescriptor,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
StatementRawInfo(int statementNumber,
String statementName,
Annotation[] annotations,
StatementType statementType,
ContextCompileTimeDescriptor optionalContextDescriptor,
String intoTableName,
Compilable compilable,
String moduleName) |
Modifier and Type | Method and Description |
---|---|
ContextCompileTimeDescriptor |
ExprValidationContext.getContextDescriptor() |
Modifier and Type | Method and Description |
---|---|
ExprValidationContextBuilder |
ExprValidationContextBuilder.withContextDescriptor(ContextCompileTimeDescriptor contextDescriptor) |
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) |
Modifier and Type | Method and Description |
---|---|
static Pair<ExprDeclaredNodeImpl,StatementSpecMapContext> |
ExprDeclaredHelper.getExistsDeclaredExpr(String name,
List<ExprNode> parameters,
Collection<ExpressionDeclItem> stmtLocalExpressions,
ContextCompileTimeDescriptor contextCompileTimeDescriptor,
StatementSpecMapEnv mapEnv) |
Constructor and Description |
---|
ExprDeclaredNodeImpl(ExpressionDeclItem prototype,
List<ExprNode> chainParameters,
ContextCompileTimeDescriptor contextDescriptor,
ExprNode expressionBodyCopy) |
Modifier and Type | Method and Description |
---|---|
ContextCompileTimeDescriptor |
SelectProcessorArgs.getContextDescriptor() |
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) |
Copyright © 2005–2018. All rights reserved.