Modifier and Type | Class and Description |
---|---|
class |
ExprAggMultiFunctionCountMinSketchNode
Represents the Count-min sketch aggregate function.
|
class |
ExprAggMultiFunctionLinearAccessNode |
class |
ExprAggMultiFunctionSortedMinMaxByNode |
class |
ExprPlugInMultiFunctionAggNode
Represents a custom aggregation function in an expresson tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprAggregateNodeBase
Base expression node that represents an aggregation function such as 'sum' or 'count'.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprAvedevNode
Represents the avedev(...) aggregate function is an expression tree.
|
class |
ExprAvgNode
Represents the avg(...) aggregate function is an expression tree.
|
class |
ExprCountEverNode
Represents the "countever" aggregate function is an expression tree.
|
class |
ExprCountNode
Represents the count(...) and count(*) and count(distinct ...) aggregate function is an expression tree.
|
class |
ExprFirstLastEverNode
Represents the "firstever" and "lastever: aggregate function is an expression tree.
|
class |
ExprLeavingAggNode
Represents the leaving() aggregate function is an expression tree.
|
class |
ExprMedianNode
Represents the median(...) aggregate function is an expression tree.
|
class |
ExprMinMaxAggrNode
Represents the min/max(distinct? ...) aggregate function is an expression tree.
|
class |
ExprNthAggNode
Represents the nth(...) and aggregate function is an expression tree.
|
class |
ExprPlugInAggNode
Represents a custom aggregation function in an expresson tree.
|
class |
ExprRateAggNode
Represents the rate(...) and aggregate function is an expression tree.
|
class |
ExprStddevNode
Represents the stddev(...) aggregate function is an expression tree.
|
class |
ExprSumNode
Represents the sum(...) aggregate function is an expression tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprConstantNodeImpl
Represents a constant in an expressiun tree.
|
class |
ExprContextPropertyNodeImpl
Represents an stream property identifier in a filter expressiun tree.
|
class |
ExprIdentNodeImpl
Represents an stream property identifier in a filter expressiun tree.
|
class |
ExprStreamUnderlyingNodeImpl
Represents an stream selector that returns the streams underlying event, or null if undefined.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprDeclaredForgeBase |
class |
ExprDeclaredForgeConstant |
class |
ExprDeclaredForgeNoRewrite |
class |
ExprDeclaredForgeRewrite |
class |
ExprDeclaredForgeRewriteWValue |
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNodeAggregationMethodForge |
class |
ExprDotNodeAggregationMethodForgeLocal |
class |
ExprDotNodeAggregationMethodForgeTableAccess |
class |
ExprDotNodeAggregationMethodForgeTableIdent |
class |
ExprDotNodeAggregationMethodForgeTableReset |
class |
ExprDotNodeForge |
class |
ExprDotNodeForgePropertyExpr |
class |
ExprDotNodeForgeRootChild |
class |
ExprDotNodeForgeStaticMethod |
class |
ExprDotNodeForgeStream |
class |
ExprDotNodeForgeTransposeAsStream |
class |
ExprDotNodeForgeVariable |
Modifier and Type | Class and Description |
---|---|
class |
ExprEvalStreamInsertBean |
class |
ExprEvalStreamInsertTable |
class |
ExprEvalStreamInsertUnd |
Modifier and Type | Class and Description |
---|---|
class |
ExprCaseNodeForge |
class |
ExprCastNodeForge
Represents the CAST(expression, type) function is an expression tree.
|
class |
ExprCoalesceNodeForge |
class |
ExprInstanceofNodeForge |
class |
ExprIStreamNode
Represents the RSTREAM() function in an expression tree.
|
class |
ExprMinMaxRowNodeForge |
class |
ExprPlugInSingleRowNodeForge |
class |
ExprPlugInSingleRowNodeForgeConst |
class |
ExprPlugInSingleRowNodeForgeNC |
class |
ExprPropertyExistsNode
Represents the EXISTS(property) function in an expression tree.
|
class |
ExprTypeofNodeForge |
class |
ExprTypeofNodeForgeFragmentType |
class |
ExprTypeofNodeForgeInnerEval |
class |
ExprTypeofNodeForgeStreamEvent
Represents the TYPEOF(a) function is an expression tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprAndNodeImpl
Represents an And-condition.
|
class |
ExprArrayNodeForge |
class |
ExprBetweenNodeForge |
class |
ExprBitWiseNodeForge |
class |
ExprConcatNodeForge |
class |
ExprEqualsAllAnyNodeForge |
class |
ExprEqualsNodeForge |
class |
ExprEqualsNodeForgeCoercion |
class |
ExprEqualsNodeForgeNC |
class |
ExprInNodeForge
Represents the in-clause (set check) function in an expression tree.
|
class |
ExprLikeNodeForge |
class |
ExprLikeNodeForgeConst
Like-Node Form-1: constant pattern
|
class |
ExprLikeNodeForgeNonconst
Like-Node Form-1: non-constant pattern
|
class |
ExprMathNodeForge |
class |
ExprNewInstanceNodeArrayForge |
class |
ExprNewStructNodeForge |
class |
ExprNotNode
Represents a NOT expression in an expression tree.
|
class |
ExprOrNode
Represents an OR expression in a filter expression tree.
|
class |
ExprRegexpNodeForge |
class |
ExprRegexpNodeForgeConst
Regex-Node Form-1: constant pattern
|
class |
ExprRegexpNodeForgeNonconst
Like-Node Form-1: string input, constant pattern and no or constant escape character
|
class |
ExprRelationalOpAllAnyNodeForge |
class |
ExprRelationalOpNodeForge
Represents a lesser or greater then (</<=/>/>=) expression in a filter expression tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprPreviousNode
Represents the 'prev' previous event function in an expression node tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprPriorNode
Represents the 'prior' prior event function in an expression node tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprSubselectAllSomeAnyNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectExistsNode
Represents an exists-subselect in an expression tree.
|
class |
ExprSubselectInNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectRowNode
Represents a subselect in an expression tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprTableAccessNode |
class |
ExprTableAccessNodeKeys |
class |
ExprTableAccessNodeSubprop |
class |
ExprTableAccessNodeTopLevel |
class |
ExprTableIdentNode |
class |
ExprTableResetRowAggNode |
Modifier and Type | Class and Description |
---|---|
class |
ExprTimestampNode
Represents the CURRENT_TIMESTAMP() function or reserved keyword in an expression tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprVariableNodeImpl
Represents a variable in an expression tree.
|
Constructor and Description |
---|
InstrumentationBuilderExpr(Class generator,
ExprForgeInstrumentable forge,
String qname,
EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Copyright © 2005–2022. All rights reserved.