Class ImplementSqlServerCountBigAll

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

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