Modifier and Type | Method and Description |
---|---|
StatementSpecCompiled |
StatementSpecCompiledDesc.getCompiled() |
Modifier and Type | Method and Description |
---|---|
void |
StatementCompileHook.compiled(StatementSpecCompiled compiled) |
static boolean |
StatementSpecWalkUtil.isPotentialSelfJoin(StatementSpecCompiled spec) |
Constructor and Description |
---|
StatementSpecCompiled(StatementSpecCompiled spec,
StreamSpecCompiled[] streamSpecCompileds) |
StatementSpecCompiledDesc(StatementSpecCompiled compiled,
List<StmtClassForgeableFactory> additionalForgeables) |
Modifier and Type | Method and Description |
---|---|
StatementSpecCompiled |
StatementBaseInfo.getStatementSpec() |
Modifier and Type | Method and Description |
---|---|
void |
StatementBaseInfo.setStatementSpec(StatementSpecCompiled statementSpec) |
Constructor and Description |
---|
StatementBaseInfo(Compilable compilable,
StatementSpecCompiled statementSpec,
Serializable userObjectCompileTime,
StatementRawInfo statementRawInfo,
String optionalModuleName) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerCategoryValidation.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
void |
ContextControllerHashValidation.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerInitTermValidation.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerKeyedValidation.validateStatement(String contextName,
StatementSpecCompiled spec,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
StatementSpecCompiled |
ExprSubselectNode.getStatementSpecCompiled()
Returns the compiled statement spec.
|
Modifier and Type | Method and Description |
---|---|
void |
ExprSubselectNode.setStatementSpecCompiled(StatementSpecCompiled statementSpecCompiled,
int subselectNumber)
Supplies a compiled statement spec.
|
Modifier and Type | Method and Description |
---|---|
default void |
FireAndForgetProcessorForge.validateDependentExpr(StatementSpecCompiled statementSpec,
StatementRawInfo raw,
StatementCompileTimeServices services) |
void |
FireAndForgetProcessorDBForge.validateDependentExpr(StatementSpecCompiled statementSpec,
StatementRawInfo raw,
StatementCompileTimeServices services) |
static FireAndForgetProcessorForge |
FireAndForgetProcessorForgeFactory.validateResolveProcessor(StreamSpecCompiled streamSpec,
StatementSpecCompiled statementSpec,
StatementRawInfo raw,
StatementCompileTimeServices services) |
Constructor and Description |
---|
FireAndForgetProcessorDBForge(DBStatementStreamSpec sqlStreamSpec,
StatementSpecCompiled statementSpec,
StatementRawInfo raw,
StatementCompileTimeServices services) |
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) |
protected static void |
FAFQueryMethodHelper.validateFAFQuery(StatementSpecCompiled statementSpec) |
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 |
---|---|
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 OutputProcessViewFactoryForgeDesc |
OutputProcessViewForgeFactory.make(EventType[] typesPerStream,
EventType resultEventType,
ResultSetProcessorType resultSetProcessorType,
StatementSpecCompiled statementSpec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
ResultSetSpec(StatementSpecCompiled statementSpec) |
Modifier and Type | Method and Description |
---|---|
static StatementSpecCompiledAnalyzerResult |
StatementSpecCompiledAnalyzer.analyzeFilters(StatementSpecCompiled spec) |
Modifier and Type | Method and Description |
---|---|
void |
StateMgmtSettingsProviderDefault.filterSubtypes(FabricCharge fabricCharge,
List<FilterSpecTracked> provider,
ContextCompileTimeDescriptor contextDescriptor,
StatementSpecCompiled compiled) |
void |
StateMgmtSettingsProvider.filterSubtypes(FabricCharge fabricCharge,
List<FilterSpecTracked> provider,
ContextCompileTimeDescriptor contextDescriptor,
StatementSpecCompiled compiled) |
Copyright © 2005–2022. All rights reserved.