Package-level declarations
Types
Functions
Create a between expression that evaluates whether or not the current expression is between the given dates inclusively.
Binds the Replicator instance to the given Lifecycle.
Creates an ARRAY_CONTAINS(expr, value) function that checks whether the current array expression contains the given value or not.
Read count result from selectCount.
A flow of a document's current state. Emits null if document is deleted. filterNotNull if this is undesired.
Create a full-text search index with the given properties to be used to perform the match operation against with.
Creates a new MutableDocument with the key-value entries specified by the given block function.
Creates a NOT ARRAY_CONTAINS(expr, value) expression that checks whether the current array expression contains the given value or not and returns the negated result.
Commonly used for select(Meta.id)
to get a document's ID, or other metadata or expressions.
Commonly used for select(Meta.id, all())
to get all of the document, including ID.
Commonly used for select(Meta.id, "foo", "bar")
to get a document's ID along with a set of fields.
SELECT COUNT(*)
Create a value index with the given properties to be indexed.