Class WithinGroup<T>

Type Parameters:
T - expression type
All Implemented Interfaces:
Expression<T>, Operation<T>, Serializable

public class WithinGroup<T> extends SimpleOperation<T>
WithinGroup is a builder for WITHIN GROUP constructs
Author:
tiwe
See Also: