Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field interface {
Descriptor() *field.Descriptor
}
type Index ¶
type Index interface {
Descriptor() *index.Descriptor
}
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
simple
Code generated by mongox, DO NOT EDIT.
|
Code generated by mongox, DO NOT EDIT. |
simple/user
Code generated by mongox, DO NOT EDIT.
|
Code generated by mongox, DO NOT EDIT. |
internal
|
|
code/load
Package load is the interface for loading an mongox/schema package into a Go program.
|
Package load is the interface for loading an mongox/schema package into a Go program. |
expression
Package literal Return a value without parsing.
|
Package literal Return a value without parsing. |
aggregates/operators/accumulator
Package accumulator Custom Aggregation Expression Operators
|
Package accumulator Custom Aggregation Expression Operators |
aggregates/operators/arithmetic
Package arithmetic Arithmetic expressions perform mathematic operations on numbers.
|
Package arithmetic Arithmetic expressions perform mathematic operations on numbers. |
aggregates/operators/array
Package array Array Expression Operators
|
Package array Array Expression Operators |
aggregates/operators/boolean
Package boolean Boolean expressions evaluate their argument expressions as booleans and return a boolean as the result.
|
Package boolean Boolean expressions evaluate their argument expressions as booleans and return a boolean as the result. |
aggregates/operators/comparison
Package comparison Comparison expressions return a boolean except for $cmp which returns a number.
|
Package comparison Comparison expressions return a boolean except for $cmp which returns a number. |
aggregates/operators/conditional
Package conditional Conditional Expression Operators
|
Package conditional Conditional Expression Operators |
aggregates/operators/date
Package date returns date objects or components of a date object
|
Package date returns date objects or components of a date object |
aggregates/operators/object
Package object Object Expression Operators
|
Package object Object Expression Operators |
aggregates/operators/set
Package set Set expressions performs set operation on arrays, treating arrays as sets.
|
Package set Set expressions performs set operation on arrays, treating arrays as sets. |
aggregates/operators/stringx
Package strings String expressions, with the exception of $concat, only have a well-defined behavior for strings of ASCII characters.
|
Package strings String expressions, with the exception of $concat, only have a well-defined behavior for strings of ASCII characters. |
aggregates/operators/text
Package strings String expressions, with the exception of $concat, only have a well-defined behavior for strings of ASCII characters.
|
Package strings String expressions, with the exception of $concat, only have a well-defined behavior for strings of ASCII characters. |
aggregates/operators/trigonometry
Package trigonometry rigonometry expressions perform trigonometric operations on numbers.
|
Package trigonometry rigonometry expressions perform trigonometric operations on numbers. |
aggregates/operators/types
Package types Type Expression Operators
|
Package types Type Expression Operators |
schema
|
|
Click to show internal directories.
Click to hide internal directories.