Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryAccessCountMinSketchState.getAggregationExpression() |
ExprAggregateNodeBase |
AggregationForgeFactoryAccessCountMinSketchAdd.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryFirstLastUnbound.getAggregationExpression() |
ExprAggregateNodeBase |
AggregationForgeFactoryAccessLinear.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryAccessPlugin.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryAccessSorted.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactory.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryAvedev.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryAvg.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryCountEver.getAggregationExpression() |
ExprAggregateNodeBase |
AggregationForgeFactoryCount.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryFirstLastEver.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryLeaving.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryMedian.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryMinMax.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryNth.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryPlugin.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryRate.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryStddev.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactorySum.getAggregationExpression() |
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 |
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.
|
Copyright © 2005–2021. All rights reserved.