Modifier and Type | Method and Description |
---|---|
void |
PluggableObjectCollection.addPatternObjects(List<ConfigurationCompilerPlugInPatternObject> configPattern,
ClasspathImportServiceCompileTime classpathImportService)
Add a plug-in pattern object.
|
void |
PluggableObjectCollection.addViews(List<ConfigurationCompilerPlugInView> configurationPlugInViews,
List<ConfigurationCompilerPlugInVirtualDataWindow> configurationPlugInVirtualDW,
ClasspathImportServiceCompileTime classpathImportService)
Add a plug-in view.
|
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
StatementSpecMapEnv.getClasspathImportService() |
ClasspathImportServiceCompileTime |
StatementSpecMapContext.getClasspathImportService()
Returns the runtimeimport service.
|
Modifier and Type | Method and Description |
---|---|
static ExprNode |
ASTAggregationHelper.tryResolveAsAggregation(ClasspathImportServiceCompileTime classpathImportService,
boolean distinct,
String functionName,
LazyAllocatedMap<ConfigurationCompilerPlugInAggregationMultiFunction,AggregationMultiFunctionForge> plugInAggregations) |
Constructor and Description |
---|
StatementSpecMapEnv(ClasspathImportServiceCompileTime classpathImportService,
VariableCompileTimeResolver variableCompileTimeResolver,
Configuration configuration,
ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver,
ContextCompileTimeResolver contextCompileTimeResolver,
TableCompileTimeResolver tableCompileTimeResolver,
ScriptCompileTimeResolver scriptCompileTimeResolver,
CompilerServices compilerServices) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
StatementCompileTimeServices.getClasspathImportServiceCompileTime() |
ClasspathImportServiceCompileTime |
ModuleCompileTimeServices.getClasspathImportServiceCompileTime() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleCompileTimeServices.setClasspathImportServiceCompileTime(ClasspathImportServiceCompileTime classpathImportServiceCompileTime) |
Constructor and Description |
---|
ModuleCompileTimeServices(CompilerServices compilerServices,
Configuration configuration,
ContextCompileTimeRegistry contextCompileTimeRegistry,
ContextCompileTimeResolver contextCompileTimeResolver,
BeanEventTypeStemService beanEventTypeStemService,
BeanEventTypeFactoryPrivate beanEventTypeFactoryPrivate,
DatabaseConfigServiceCompileTime databaseConfigServiceCompileTime,
ClasspathImportServiceCompileTime classpathImportService,
ExprDeclaredCompileTimeRegistry exprDeclaredCompileTimeRegistry,
ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver,
EventTypeAvroHandler eventTypeAvroHandler,
EventTypeCompileTimeRegistry eventTypeCompileTimeRegistry,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
IndexCompileTimeRegistry indexCompileTimeRegistry,
ModuleDependenciesCompileTime moduleDependencies,
ModuleAccessModifierService moduleVisibilityRules,
NamedWindowCompileTimeResolver namedWindowCompileTimeResolver,
NamedWindowCompileTimeRegistry namedWindowCompileTimeRegistry,
PatternObjectResolutionService patternObjectResolutionService,
ScriptCompileTimeRegistry scriptCompileTimeRegistry,
ScriptCompileTimeResolver scriptCompileTimeResolver,
TableCompileTimeRegistry tableCompileTimeRegistry,
TableCompileTimeResolver tableCompileTimeResolver,
VariableCompileTimeRegistry variableCompileTimeRegistry,
VariableCompileTimeResolver variableCompileTimeResolver,
ViewResolutionService viewResolutionService,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
SortedAggregationStateDesc.getClasspathImportService() |
Constructor and Description |
---|
SortedAggregationStateDesc(boolean max,
ClasspathImportServiceCompileTime classpathImportService,
ExprNode[] criteria,
Class[] criteriaTypes,
boolean[] sortDescending,
boolean ever,
int streamNum,
ExprAggMultiFunctionSortedMinMaxByNode parent,
ExprForge optionalFilter,
EventType streamEventType) |
Modifier and Type | Method and Description |
---|---|
static AggregationMultiFunctionAnalysisResult |
AggregationMultiFunctionAnalysisHelper.analyzeAccessAggregations(List<AggregationServiceAggExpressionDesc> aggregations,
ClasspathImportServiceCompileTime classpathImportService,
boolean isFireAndForget,
String statementName,
ExprNode[] groupByNodes) |
static AggregationServiceForgeDesc |
AggregationServiceFactoryFactory.getService(List<ExprAggregateNode> selectAggregateExprNodes,
Map<ExprNode,String> selectClauseNamedNodes,
List<ExprDeclaredNode> declaredExpressions,
ExprNode[] groupByNodes,
List<ExprAggregateNode> havingAggregateExprNodes,
List<ExprAggregateNode> orderByAggregateExprNodes,
List<ExprAggregateNodeGroupKey> groupKeyExpressions,
boolean hasGroupByClause,
Annotation[] annotations,
VariableCompileTimeResolver variableCompileTimeResolver,
boolean isDisallowNoReclaim,
ExprNode whereClause,
ExprNode havingClause,
EventType[] typesPerStream,
AggregationGroupByRollupDesc groupByRollupDesc,
String optionalContextName,
IntoTableSpec intoTableSpec,
TableCompileTimeResolver tableCompileTimeResolver,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
static Annotation[] |
AnnotationUtil.compileAnnotations(List<AnnotationDesc> annotationSpec,
ClasspathImportServiceCompileTime classpathImportService,
Compilable compilable)
Compile annotation objects from descriptors.
|
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
ExprValidationContext.getClasspathImportService() |
Modifier and Type | Method and Description |
---|---|
static SubselectForgeNR |
SubselectNRForgeFactory.createStrategyAnyAllIn(ExprSubselectNode subselectExpression,
boolean isNot,
boolean isAll,
boolean isAny,
RelationalOpEnum relationalOp,
ClasspathImportServiceCompileTime classpathImportService) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
SelectProcessorArgs.getClasspathImportService() |
Modifier and Type | Method and Description |
---|---|
static SelectExprProcessorForge |
SelectExprInsertEventBeanFactory.getInsertUnderlyingJoinWildcard(EventType eventType,
String[] streamNames,
EventType[] streamTypes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName,
EventTypeAvroHandler eventTypeAvroHandler) |
static SelectExprProcessorForge |
SelectExprInsertEventBeanFactory.getInsertUnderlyingNonJoin(EventType eventType,
boolean isUsingWildcard,
StreamTypeService typeService,
ExprForge[] forges,
String[] columnNames,
Object[] expressionReturnTypes,
InsertIntoDesc insertIntoDesc,
String[] columnNamesAsProvided,
boolean allowNestableTargetFragmentTypes,
String statementName,
ClasspathImportServiceCompileTime classpathImportService,
EventTypeAvroHandler eventTypeAvroHandler) |
Modifier and Type | Method and Description |
---|---|
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastObjectArrayFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastMapFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
static Pair<Constructor,ExprForge[]> |
InstanceManufacturerUtil.getManufacturer(Class targetClass,
ClasspathImportServiceCompileTime classpathImportService,
ExprForge[] exprForges,
Object[] expressionReturnTypes) |
static InstanceManufacturerFactory |
InstanceManufacturerFactoryFactory.getManufacturer(Class targetClass,
ClasspathImportServiceCompileTime classpathImportService,
ExprNode[] childNodes) |
Modifier and Type | Method and Description |
---|---|
static Object |
EventTypeUtility.buildType(ColumnDesc column,
ClasspathImportServiceCompileTime classpathImportService) |
static LinkedHashMap<String,Object> |
EventTypeUtility.buildType(List<ColumnDesc> columns,
Set<String> copyFrom,
ClasspathImportServiceCompileTime classpathImportService,
EventTypeNameResolver eventTypeResolver) |
Modifier and Type | Method and Description |
---|---|
static EnumValue |
ClasspathImportCompileTimeUtil.resolveIdentAsEnum(String constant,
ClasspathImportServiceCompileTime classpathImportService,
boolean isAnnotation) |
static Object |
ClasspathImportCompileTimeUtil.resolveIdentAsEnumConst(String constant,
ClasspathImportServiceCompileTime classpathImportService,
boolean isAnnotation) |
Modifier and Type | Field and Description |
---|---|
static ClasspathImportServiceCompileTime |
SupportClasspathImport.INSTANCE |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
ViewFactoryForgeArgs.getClasspathImportService() |
ClasspathImportServiceCompileTime |
ViewForgeEnv.getClasspathImportServiceCompileTime() |
Copyright © 2005–2018. All rights reserved.