ExpressionsAggregate FunctionsGeneric FunctionsOn this pageGeneric Functions Count Substrait definition Counts all rows in a query. This function takes no parameters, the implementation of count with a column name is not yet implemented. SQL Usage SELECT count(*) FROM ...