Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryAccessCountMinSketchState.getAggregationExpression() |
ExprAggregateNodeBase |
AggregationForgeFactoryAccessCountMinSketchAdd.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationForgeFactoryAccessLinear.getAggregationExpression() |
ExprAggregateNodeBase |
AggregationFactoryMethodFirstLastUnbound.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 |
AggregationFactoryMethodAvedev.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodAvg.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodCountEver.getAggregationExpression() |
ExprAggregateNodeBase |
AggregationFactoryMethodCount.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodFirstLastEver.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodLeaving.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodMedian.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodMinMax.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodNth.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationMethodFactoryPluginMethod.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodRate.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodStddev.getAggregationExpression() |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
AggregationFactoryMethodSum.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.
|
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
ExprTableAccessNodeSubpropAccessor.getAggregateAccessMultiValueNode() |
Copyright © 2005–2018. All rights reserved.