Implements v_magnitude for ES|QL.
FROM colors | EVAL magnitude = V_MAGNITUDE(rgb_vector) | SORT magnitude DESC