object sigil
MongoDB Document keys posessing special meaning.
- Alphabetic
- By Inheritance
- sigil
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait Sigil[A] extends Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
Id: String
MapReduce result identity key.
-
val
Quasar: String
Quasar-specific sigil, used to construct a singleton result object under the following conditions:
Quasar-specific sigil, used to construct a singleton result object under the following conditions:
1. Emitting a document value in aggregation when
$replaceRootis not applicable.2. Emitting a value in aggregation when its type is unknown.
3. Emitting map-reduce results as the final stage of a query.
NB: This can end up in data at rest due to write-back queries or caching, thus we must always support eliding this particular name when reading or querying data, even if the "primary" sigil name is changed.
-
val
Value: String
MapReduce result expression key.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
projectMapReduceQuasarValue[T[_[_]]](implicit arg0: CorecursiveT[T]): FreeMap[T]
Projects the Quasar sigil in a MapReduce result.
-
def
projectQuasarValue[T[_[_]]](implicit arg0: CorecursiveT[T]): FreeMap[T]
Projects the Quasar sigil.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Sigil extends Serializable