public class Variance extends ColumnFunctionDecorator implements AggregateFunction, WindowsFunction
例如:VARIANCE(salary) 返回薪资列的方差。
parameterBinder, valuealiasTableMap, dataSourceName, delegateFunction, sqlDialect, version| Constructor and Description |
|---|
Variance(AbstractColumFunction delegateFunction) |
Variance(FieldFn<T,F> fn) |
Variance(String tableAlias,
FieldFn<T,F> fn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionToString(SqlDialect sqlDialect,
Version version) |
appendArithmeticSql, getOriginColumnFn, getParameterBinder, getTableAliasadd, add, add, add, divide, divide, divide, divide, getAliasTableMap, getArithmetic, getDataSourceName, getDelegateFunction, multiply, multiply, multiply, multiply, setAliasTableMap, setArithmetic, setDataSourceName, setSqlDialect, setVersion, subtract, subtract, subtract, subtractclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOriginColumnFn, getParameterBinder, getTableAlias, setTableAliaspublic Variance(AbstractColumFunction delegateFunction)
public Variance(FieldFn<T,F> fn)
public String getFunctionToString(SqlDialect sqlDialect, Version version) throws UnsupportedOperationException
getFunctionToString in interface ColumFunctionUnsupportedOperationExceptionCopyright © 2024–2025 Dynamic-SQL. All rights reserved.