Package

com.outr.giantscala

dsl

Permalink

package dsl

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregateBuilder[Type <: ModelObject, Out](collection: DBCollection[Type], converter: Converter[Out], pipeline: List[AggregateInstruction] = Nil) extends Product with Serializable

    Permalink
  2. case class AggregateGroup(fields: List[ProjectField]) extends AggregateInstruction with Product with Serializable

    Permalink
  3. trait AggregateInstruction extends Implicits

    Permalink
  4. case class AggregateMatch(conditions: List[MatchCondition]) extends AggregateInstruction with Product with Serializable

    Permalink
  5. case class AggregateProject(fields: List[ProjectField]) extends AggregateInstruction with Product with Serializable

    Permalink
  6. case class AggregateSample(size: Int) extends AggregateInstruction with Product with Serializable

    Permalink
  7. trait Implicits extends AnyRef

    Permalink
  8. case class MatchCondition(json: Json) extends Product with Serializable

    Permalink
  9. trait ProjectField extends AggregateInstruction

    Permalink

Value Members

  1. object ProjectField

    Permalink

Ungrouped