Field

dev.mongocamp.driver.mongodb.Field
See theField companion trait
object Field extends Field

Attributes

Companion
trait
Graph
Supertypes
trait Field
class Object
trait Matchable
class Any
Self type
Field.type

Members list

Value members

Inherited methods

def avgField(fieldName: String): BsonField

Attributes

Inherited from:
Field
def avgFields(fieldnames: Iterable[String]): Set[BsonField]

Attributes

Inherited from:
Field
def firstField(fieldName: String): BsonField

Attributes

Inherited from:
Field
def firstFields(fieldnames: Iterable[String]): Set[BsonField]

Attributes

Inherited from:
Field
def groupField(fieldName: String): BsonValue

Attributes

Inherited from:
Field
def groupFields(fieldnames: Iterable[String]): BsonValue

Attributes

Inherited from:
Field
def lastField(fieldName: String): BsonField

Attributes

Inherited from:
Field
def lastFields(fieldnames: Iterable[String]): Set[BsonField]

Attributes

Inherited from:
Field
def maxField(fieldName: String): BsonField

Attributes

Inherited from:
Field
def maxFields(fieldnames: Iterable[String]): Set[BsonField]

Attributes

Inherited from:
Field
def minField(fieldName: String): BsonField

Attributes

Inherited from:
Field
def minFields(fieldnames: Iterable[String]): Set[BsonField]

Attributes

Inherited from:
Field
def sumField(fieldName: String): BsonField

Attributes

Inherited from:
Field
def sumFields(fieldnames: Iterable[String]): Set[BsonField]

Attributes

Inherited from:
Field