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.