MongoDB request DSL • opensavvy.ktmongo.dsl.aggregation.operators
Package-level declarations¶
Types¶
ArithmeticValueOperators
¶
interface ArithmeticValueOperators : ValueOperators
Operators to arithmetically combine two or more values.
ArrayValueOperators
¶
interface ArrayValueOperators : ValueOperators
Operators to manipulate arrays.
ComparisonValueOperators
¶
interface ComparisonValueOperators : ValueOperators
Operators to compare two values.
ConditionalValueOperators
¶
interface ConditionalValueOperators : ValueOperators
Operators to conditionally create a value.
StringValueOperators
¶
interface StringValueOperators : ValueOperators
String aggregation operators.
TrigonometryValueOperators
¶
interface TrigonometryValueOperators : ValueOperators
Operators to perform trigonometric and geometric operators.
TypeValueOperators
¶
interface TypeValueOperators : ValueOperators
Operators to interact with type information.
ValueOperators
¶
interface ValueOperators : FieldDsl
Supertype for all interface operators describing operators on aggregation values.