From e028a77f1003a6e3ed0f8dfe45563bf2f579f776 Mon Sep 17 00:00:00 2001 From: Mattias Jonsson Date: Mon, 10 Mar 2025 13:12:18 +0100 Subject: [PATCH] Added VECTOR as supported CAST Type --- functions-and-operators/cast-functions-and-operators.md | 1 + 1 file changed, 1 insertion(+) diff --git a/functions-and-operators/cast-functions-and-operators.md b/functions-and-operators/cast-functions-and-operators.md index 4643760f7abd9..c6e0494009f89 100644 --- a/functions-and-operators/cast-functions-and-operators.md +++ b/functions-and-operators/cast-functions-and-operators.md @@ -44,6 +44,7 @@ The following types are supported: | `SIGNED [INTEGER]` | Signed integer | Yes | | `TIME(fsp)` | Time | Yes | | `UNSIGNED [INTEGER]` | Unsigned integer | Yes | +| `VECTOR` | Vector | No | | `YEAR` | Year | No | Examples: