Div

data class Div(val left: Expression, val right: Expression, val byZeroDefault: Double? = null) : Expression

left divided by right. byZeroDefault is what the division evaluates to when right is zero; without it Qdrant fails the query rather than inventing a number.

Constructors

Link copied to clipboard
constructor(left: Expression, right: Expression, byZeroDefault: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard