public static interface Func.Aggregate
Modifier and Type | Method and Description |
---|---|
default IFunction |
AVG(boolean distinct,
String expr) |
default IFunction |
AVG(IFunction expr) |
default IFunction |
AVG(IFunction expr,
boolean distinct) |
default IFunction |
AVG(String expr) |
default IFunction |
BIT_AND(IFunction expr) |
default IFunction |
BIT_AND(String expr) |
default IFunction |
BIT_OR(IFunction expr) |
default IFunction |
BIT_OR(String expr) |
default IFunction |
BIT_XOR(IFunction expr) |
default IFunction |
BIT_XOR(String expr) |
default IFunction |
COUNT(boolean distinct,
String expr) |
default IFunction |
COUNT(IFunction expr) |
default IFunction |
COUNT(IFunction expr,
boolean distinct) |
default IFunction |
COUNT(String expr) |
default IFunction |
GROUP_CONCAT(boolean distinct,
IFunction... expr) |
default IFunction |
GROUP_CONCAT(boolean distinct,
OrderBy orderBy,
String separator,
IFunction... expr) |
default IFunction |
GROUP_CONCAT(boolean distinct,
OrderBy orderBy,
String separator,
String... expr) |
default IFunction |
GROUP_CONCAT(boolean distinct,
String... expr) |
default IFunction |
GROUP_CONCAT(IFunction... expr) |
default IFunction |
GROUP_CONCAT(String... expr) |
default IFunction |
MAX(boolean distinct,
IFunction expr) |
default IFunction |
MAX(boolean distinct,
String expr) |
default IFunction |
MAX(IFunction expr) |
default IFunction |
MAX(String expr) |
default IFunction |
MIN(boolean distinct,
IFunction expr) |
default IFunction |
MIN(boolean distinct,
String expr) |
default IFunction |
MIN(IFunction expr) |
default IFunction |
MIN(String expr) |
default IFunction |
SUM(boolean distinct,
IFunction expr) |
default IFunction |
SUM(boolean distinct,
String expr) |
default IFunction |
SUM(IFunction expr) |
default IFunction |
SUM(String expr) |
Copyright © 2022. All rights reserved.