AggregateSupport

lightdb.aggregate.AggregateSupport
trait AggregateSupport[Doc <: Document[Doc], V]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Field[Doc, V]
class FacetField[Doc]
trait Indexed[Doc, V]
trait Tokenized[Doc]
trait UniqueIndex[Doc, V]
Self type
Field[Doc, V]

Members list

Value members

Concrete fields

lazy val avg: AggregateFunction[Double, V, Doc]
lazy val concat: AggregateFunction[List[V], V, Doc]
lazy val concatDistinct: AggregateFunction[List[V], V, Doc]
lazy val count: AggregateFunction[Int, V, Doc]
lazy val countDistinct: AggregateFunction[Int, V, Doc]
lazy val group: AggregateFunction[V, V, Doc]
lazy val max: AggregateFunction[V, V, Doc]
lazy val min: AggregateFunction[V, V, Doc]
lazy val sum: AggregateFunction[V, V, Doc]