public abstract class ColumnOperator extends SimpleBinaryOperator implements StatisticsOperator
| Constructor and Description |
|---|
ColumnOperator() |
| Modifier and Type | Method and Description |
|---|---|
Function |
avg() |
Function |
count() |
Function |
max() |
Function |
min() |
Function |
sum() |
between, eq, equal, getTransform, greaterThan, greaterThanEqual, gt, gte, in, inExpression, isEmpty, isNotEmpty, isNotNull, isNull, isParameterExpression, leftLike, lessThan, lessThanEqual, like, lt, lte, neq, notBetween, notEqual, notIn, notInExpression, notLeftLike, notLike, notRightLike, rightLike, setTransform, toCondition, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderExpressionpublic Function sum()
sum in interface StatisticsOperatorpublic Function count()
count in interface StatisticsOperatorpublic Function avg()
avg in interface StatisticsOperatorpublic Function max()
max in interface StatisticsOperatorpublic Function min()
min in interface StatisticsOperatorCopyright © 2006–2018 TinyGroup. All rights reserved.