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, transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builderExpression
public Function sum()
sum
in interface StatisticsOperator
public Function count()
count
in interface StatisticsOperator
public Function avg()
avg
in interface StatisticsOperator
public Function max()
max
in interface StatisticsOperator
public Function min()
min
in interface StatisticsOperator
Copyright © 2006–2018 TinyGroup. All rights reserved.