public class AggregateTransform extends RevenjOneLambdaQueryTransform
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregateTransform.AggregateType |
| Constructor and Description |
|---|
AggregateTransform(RevenjQueryTransformConfiguration config,
AggregateTransform.AggregateType type) |
| Modifier and Type | Method and Description |
|---|---|
<U,V> JinqPostgresQuery<U> |
apply(JinqPostgresQuery<V> query,
LambdaAnalysis lambda,
SymbExArgumentHandler parentArgumentScope) |
String |
getTransformationTypeCachingTag()
Returns a String that can be used to identify the type of transformation being applied.
|
makeSelectExpression, pathConditionsToExpr, simplifyAndTranslateMainPathToColumns, simplifyAndTranslatePathToColumnspublic AggregateTransform(RevenjQueryTransformConfiguration config, AggregateTransform.AggregateType type)
public <U,V> JinqPostgresQuery<U> apply(JinqPostgresQuery<V> query, LambdaAnalysis lambda, SymbExArgumentHandler parentArgumentScope) throws QueryTransformException
apply in class RevenjOneLambdaQueryTransformQueryTransformExceptionpublic String getTransformationTypeCachingTag()
RevenjQueryTransformgetTransformationTypeCachingTag in class RevenjQueryTransformCopyright © 2015. All rights reserved.