SingleColumnQueryExtensionMethods
Extension methods for Queries of a single column
Attributes
- Source
- ExtensionMethods.scala
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Type members
Types
Attributes
- Source
- ExtensionMethods.scala
Value members
Concrete methods
Compute the average of a single-column Query, or None if the Query is empty
Compute the average of a single-column Query, or None if the Query is empty
Attributes
- Source
- ExtensionMethods.scala
Count the number of Some elements of a single-column Query.
Count the number of Some elements of a single-column Query.
Attributes
- Source
- ExtensionMethods.scala
Compute the maximum value of a single-column Query, or None if the Query is empty
Compute the maximum value of a single-column Query, or None if the Query is empty
Attributes
- Source
- ExtensionMethods.scala
Compute the minimum value of a single-column Query, or None if the Query is empty
Compute the minimum value of a single-column Query, or None if the Query is empty
Attributes
- Source
- ExtensionMethods.scala
Compute the sum of a single-column Query, or None if the Query is empty
Compute the sum of a single-column Query, or None if the Query is empty
Attributes
- Source
- ExtensionMethods.scala
Concrete fields
Attributes
- Source
- ExtensionMethods.scala