Companion

object Companion

Functions

Link copied to clipboard

Exactly value, as a boolean.

Link copied to clipboard

The path is present, whatever it holds.

Link copied to clipboard

The path is present and its value is the JSON null.

Link copied to clipboard

Exactly value, compared as a number whatever width the document stored it at.

Exactly value.

Link copied to clipboard

Numbers between min and max inclusive. A null bound is unbounded on that side.

fun numericRange(min: BigDecimal?, minExclusive: Boolean, max: BigDecimal?, maxExclusive: Boolean): ColumnPredicate

Numbers between min and max, with either bound optionally exclusive.

Link copied to clipboard

Exactly value, as a string.

Link copied to clipboard

Strings between min and max inclusive, in unsigned UTF-8 byte order.

fun textRange(min: String?, minExclusive: Boolean, max: String?, maxExclusive: Boolean): ColumnPredicate

Strings between min and max in unsigned UTF-8 byte order, either bound exclusive.