クラス PartitionBy
java.lang.Object
org.iplass.mtp.entity.query.value.window.PartitionBy
- すべての実装されたインタフェース:
Serializable
,ASTNode
PARTITION BY句を表す。
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明accept
(ASTTransformer transformer) void
accept
(ValueExpressionVisitor visitor) add
(ValueExpression partitionField) boolean
int
hashCode()
void
setPartitionFieldList
(List<ValueExpression> partitionFieldList) toString()
-
コンストラクタの詳細
-
PartitionBy
public PartitionBy()
-
-
メソッドの詳細
-
getPartitionFieldList
-
setPartitionFieldList
-
accept
-
accept
-
add
-
add
-
toString
-
hashCode
public int hashCode() -
equals
-