Class WithinGroupSortSpec
java.lang.Object
org.iplass.mtp.entity.query.value.aggregate.WithinGroupSortSpec
- All Implemented Interfaces:
Serializable,ASTNode
WITHIN GROUPのソート仕様を表す。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWithinGroupSortSpec(String sortKeyField, SortSpec.SortType type) WithinGroupSortSpec(ValueExpression sortKey, SortSpec.SortType type) WithinGroupSortSpec(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec) -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ValueExpressionVisitor visitor) booleangetType()inthashCode()nulls(SortSpec.NullOrderingSpec nullOrderingSpec) voidsetNullOrderingSpec(SortSpec.NullOrderingSpec nullOrderingSpec) voidsetSortKey(ValueExpression sortKey) voidsetType(SortSpec.SortType type) toString()
-
Constructor Details
-
WithinGroupSortSpec
public WithinGroupSortSpec() -
WithinGroupSortSpec
-
WithinGroupSortSpec
-
WithinGroupSortSpec
public WithinGroupSortSpec(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec)
-
-
Method Details
-
accept
-
accept
-
getSortKey
-
setSortKey
-
getType
-
setType
-
getNullOrderingSpec
-
setNullOrderingSpec
-
nulls
-
toString
-
hashCode
public int hashCode() -
equals
-