public class DistributionDTO extends java.lang.Object implements Distribution
| Modifier and Type | Class and Description |
|---|---|
static class |
DistributionDTO.Builder |
| Modifier and Type | Field and Description |
|---|---|
static DistributionDTO |
NONE |
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description |
|---|---|
FunctionArg[] |
args() |
boolean |
equals(java.lang.Object o) |
Expression[] |
expressions() |
int |
hashCode() |
int |
number() |
Strategy |
strategy() |
void |
validate(ColumnDTO[] columns) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitchildrenreferencespublic static final DistributionDTO NONE
public FunctionArg[] args()
public Strategy strategy()
strategy in interface Distributionpublic int number()
number in interface Distributionpublic Expression[] expressions()
expressions in interface Distributionpublic void validate(ColumnDTO[] columns) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object