lightdb.aggregate

Members list

Type members

Classlikes

sealed trait AggregateFilter[Doc <: Document[Doc]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Combined[Doc]
class Contains[Doc, F]
class Distance[Doc]
class EndsWith[Doc, F]
class Equals[Doc, F]
class Exact[Doc, F]
class In[Doc, F]
class NotEquals[Doc, F]
class RangeDouble[Doc]
class RangeLong[Doc]
class Regex[Doc, F]
class StartsWith[Doc, F]
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class AggregateFunction[T, V, Doc <: Document[Doc]](name: String, field: Field[Doc, V], `type`: AggregateType)(implicit tRW: RW[T]) extends FilterSupport[V, Doc, AggregateFilter[Doc]], Materializable[Doc, V]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Materializable[Doc, V]
trait FilterSupport[V, Doc, AggregateFilter[Doc]]
class Object
trait Matchable
class Any
Show all
case class AggregateQuery[Doc <: Document[Doc], Model <: DocumentModel[Doc]](query: Query[Doc, Model], functions: List[AggregateFunction[_, _, Doc]], filter: Option[AggregateFilter[Doc]], sort: List[(AggregateFunction[_, _, Doc], SortDirection)])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait AggregateSupport[Doc <: Document[Doc], V]

Attributes

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]
sealed trait AggregateType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Avg
object Concat
object Count
object CountDistinct
object Group
object Max
object Min
object Sum
Show all
object AggregateType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type