Packages

p

lightdb

aggregate

package aggregate

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AggregateFilter[D <: Document[D]] extends AnyRef
  2. case class AggregateFunction[T, F, D <: Document[D]](name: String, index: Index[F, D], type: AggregateType)(implicit rw: RW[T]) extends FilterSupport[F, D, AggregateFilter[D]] with Product with Serializable
  3. case class AggregateQuery[D <: Document[D]](query: Query[D, _], functions: List[AggregateFunction[_, _, D]], filter: Option[AggregateFilter[D]] = None, sort: List[(AggregateFunction[_, _, D], SortDirection)] = Nil) extends Product with Serializable
  4. sealed trait AggregateType extends AnyRef

Value Members

  1. object AggregateFilter
  2. object AggregateType

Ungrouped