All Implemented Interfaces:
Serializable, ASTNode

public class Count extends Aggregate
COUNT関数を表す。 集計対象の指定は任意(未指定の場合は、件数をカウント)。 distinct指定した場合は、ユニーク数のカウント。
See Also: