pub fn legacy_vector_expression(
vector: &LegacyVectorValue,
) -> Result<String, SQLError>Expand description
Render an expression retaining the vector’s kind, dimensions and bounds. SQL array functions can produce dimensionless results whose text output function rejects them.