Class PartitionBy
java.lang.Object
org.iplass.mtp.entity.query.value.window.PartitionBy
- All Implemented Interfaces:
Serializable,ASTNode
PARTITION BY句を表す。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ValueExpressionVisitor visitor) add(ValueExpression partitionField) booleaninthashCode()voidsetPartitionFieldList(List<ValueExpression> partitionFieldList) toString()
-
Constructor Details
-
PartitionBy
public PartitionBy()
-
-
Method Details
-
getPartitionFieldList
-
setPartitionFieldList
-
accept
-
accept
-
add
-
add
-
toString
-
hashCode
public int hashCode() -
equals
-