All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.curs.celesta.score.Count Maven / Gradle / Ivy

The newest version!
package ru.curs.celesta.score;

/**
 * Created by ioann on 10.07.2017.
 */
public final class Count extends Aggregate {
  @Override
  public ViewColumnMeta getMeta() {
    return new ViewColumnMeta<>(ViewColumnType.INT);
  }

  @Override
  void accept(ExprVisitor visitor) {
    visitor.visitCount(this);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy