Class WindowAggregate
java.lang.Object
org.iplass.mtp.entity.query.value.ValueExpression
org.iplass.mtp.entity.query.value.primary.PrimaryValue
org.iplass.mtp.entity.query.value.window.WindowFunction
org.iplass.mtp.entity.query.value.window.WindowAggregate
- All Implemented Interfaces:
Serializable,ASTNode
Window集計関数を表すクラス。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWindowAggregate(Aggregate aggregate) WindowAggregate(Aggregate aggregate, PartitionBy partitionBy, WindowOrderBy orderBy) -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ValueExpressionVisitor visitor) booleaninthashCode()orderBy(WindowSortSpec... sortSpec) partitionBy(Object... partitionField) voidsetAggregate(Aggregate aggregate) protected voidMethods inherited from class org.iplass.mtp.entity.query.value.window.WindowFunction
getOrderBy, getPartitionBy, setOrderBy, setPartitionBy, toStringMethods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
newValue
-
Constructor Details
-
WindowAggregate
public WindowAggregate() -
WindowAggregate
-
WindowAggregate
-
-
Method Details
-
getAggregate
-
setAggregate
-
accept
-
accept
- Specified by:
acceptin classValueExpression
-
partitionBy
- Overrides:
partitionByin classWindowFunction
-
orderBy
- Overrides:
orderByin classWindowFunction
-
writeWindowFunctionType
- Specified by:
writeWindowFunctionTypein classWindowFunction
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceASTNode- Overrides:
hashCodein classWindowFunction
-
equals
- Specified by:
equalsin interfaceASTNode- Overrides:
equalsin classWindowFunction
-