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, wait
children
references
public static final DistributionDTO NONE
public FunctionArg[] args()
public Strategy strategy()
strategy
in interface Distribution
public int number()
number
in interface Distribution
public Expression[] expressions()
expressions
in interface Distribution
public void validate(ColumnDTO[] columns) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object