Class ImplementSqlServerCountBig

java.lang.Object
io.trino.plugin.sqlserver.ImplementSqlServerCountBig
All Implemented Interfaces:
AggregateFunctionRule<JdbcExpression,ParameterizedExpression>

public class ImplementSqlServerCountBig extends Object implements AggregateFunctionRule<JdbcExpression,ParameterizedExpression>
Implements specialized version of count(x) that returns bigint in SQL Server.