count method
Returns the count of what is being selected.
Implementation
// ignore: use_to_and_as_if_applicable the name mirrors SQL's `COUNT`
Count<V> count() => Count<V>(this);
Returns the count of what is being selected.
// ignore: use_to_and_as_if_applicable the name mirrors SQL's `COUNT`
Count<V> count() => Count<V>(this);