Packages

p

lightdb

aggregate

package aggregate

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait AggregateFilter[Doc <: Document[Doc]] extends AnyRef
  2. 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]] with Materializable[Doc, V] with Product with Serializable
  3. case class AggregateQuery[Doc <: Document[Doc], Model <: DocumentModel[Doc]](query: Query[Doc, Model, _], functions: List[AggregateFunction[_, _, Doc]], filter: Option[AggregateFilter[Doc]] = None, sort: List[(AggregateFunction[_, _, Doc], SortDirection)] = Nil) extends Product with Serializable
  4. trait AggregateSupport[Doc <: Document[Doc], V] extends AnyRef
  5. sealed trait AggregateType extends AnyRef

Value Members

  1. object AggregateFilter
  2. object AggregateType

Ungrouped