public abstract static class Partitioning.SingleFieldPartitioning extends java.lang.Object implements Partitioning
Partitioning.SingleFieldPartitioning, Partitioning.Strategy
Transform.SingleFieldTransform
EMPTY_PARTITIONING
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Constructor and Description |
---|
SingleFieldPartitioning() |
Modifier and Type | Method and Description |
---|---|
Expression[] |
arguments() |
java.lang.String[] |
fieldName() |
java.lang.String |
name() |
void |
validate(ColumnDTO[] columns)
Validates the partitioning columns.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
strategy
assignments, children
references
public java.lang.String[] fieldName()
public void validate(ColumnDTO[] columns) throws java.lang.IllegalArgumentException
validate
in interface Partitioning
columns
- The columns to be validated.java.lang.IllegalArgumentException
- If the columns are invalid, this exception is thrown.public java.lang.String name()
public Expression[] arguments()