Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cast Functions and Operators page does not include casting to VECTOR datatype #20149

Open
mjonss opened this issue Jan 30, 2025 · 0 comments
Open

Comments

@mjonss
Copy link
Contributor

mjonss commented Jan 30, 2025

Change Request

Please answer the following questions before submitting your issue. Thanks!

  1. Describe what you find is inappropriate or missing in the existing docs.
    This page does not list VECTOR as a type you can cast AS

  2. Describe your suggestion or addition.

diff --git a/functions-and-operators/cast-functions-and-operators.md b/functions-and-operators/cast-functions-and-operators.md
index 4643760f7..c6e049400 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:
  1. Provide some reference materials (such as documents and websites) if you could.
    https://docs.pingcap.com/tidb/stable/cast-functions-and-operators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant