Field

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Aggregate
object Aggregate
object Field

Members list

Value members

Concrete methods

def avgField(fieldName: String): BsonField
def avgFields(fieldnames: Iterable[String]): Set[BsonField]
def firstField(fieldName: String): BsonField
def firstFields(fieldnames: Iterable[String]): Set[BsonField]
def groupField(fieldName: String): BsonValue
def groupFields(fieldnames: Iterable[String]): BsonValue
def lastField(fieldName: String): BsonField
def lastFields(fieldnames: Iterable[String]): Set[BsonField]
def maxField(fieldName: String): BsonField
def maxFields(fieldnames: Iterable[String]): Set[BsonField]
def minField(fieldName: String): BsonField
def minFields(fieldnames: Iterable[String]): Set[BsonField]
def sumField(fieldName: String): BsonField
def sumFields(fieldnames: Iterable[String]): Set[BsonField]