Uses of Class
org.apache.cassandra.cql3.functions.AggregateFcts.CountRowsFunction
-
Packages that use AggregateFcts.CountRowsFunction Package Description org.apache.cassandra.cql3.functions -
-
Uses of AggregateFcts.CountRowsFunction in org.apache.cassandra.cql3.functions
Fields in org.apache.cassandra.cql3.functions declared as AggregateFcts.CountRowsFunction Modifier and Type Field Description static AggregateFcts.CountRowsFunction
AggregateFcts. countRowsFunction
The function used to count the number of rows of a result set.
-