asVector
fun <U, V : NumberValue<U>> Expression<*>.asVector(length: Expression<IntValue> = nil()): Expression<V>(source)
Asserts that this is a list of numbers, optionally with a specific length.
If, when the input expression is evaluated, it is not of the asserted type, then this assertion will cause the whole expression to be aborted.