Modifier and Type | Method and Description |
---|---|
static StatementSpecCompiled |
StatementRawCompiler.compile(StatementSpecRaw spec,
Compilable compilable,
boolean isSubquery,
boolean isOnDemandQuery,
Annotation[] annotations,
List<ExprSubselectNode> subselectNodes,
List<ExprTableAccessNode> tableAccessNodes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
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) |
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 |
---|---|
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 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 OutputProcessViewFactoryForge |
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) |
Copyright © 2005–2019. All rights reserved.