public abstract static class Partitioning.SingleFieldPartitioning extends java.lang.Object implements Partitioning
Partitioning.SingleFieldPartitioning, Partitioning.StrategyTransform.SingleFieldTransformEMPTY_PARTITIONINGEMPTY_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, waitstrategyassignments, childrenreferencespublic java.lang.String[] fieldName()
public void validate(ColumnDTO[] columns) throws java.lang.IllegalArgumentException
validate in interface Partitioningcolumns - 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()