-
Notifications
You must be signed in to change notification settings - Fork 61
VECTOR property type constraints #1325
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
base: dev
Are you sure you want to change the base?
Conversation
This PR includes documentation updates Updated pages: |
@@ -414,6 +450,10 @@ The allowed property types for property type constraints are: | |||
* `LIST<POINT NOT NULL>` | |||
* Any closed dynamic union of the above types, e.g. `INTEGER | FLOAT | STRING`. | |||
|
|||
[NOTE] | |||
A property type constraint cannot be created for `LIST<VECTOR NOT NULL>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A property type constraint cannot be created for `LIST<VECTOR NOT NULL>`. | |
A property type constraint cannot be created for `LIST<VECTOR<TYPE>(DIMENSION) NOT NULL>`. |
maybe? since the base one have them it feels odd not to have them in the list one 🤷
@@ -135,6 +136,12 @@ Where `<TYPE>` is one of the following property types: | |||
* `LIST<POINT NOT NULL>` | |||
* Any closed dynamic union of the above types, e.g. `INTEGER | FLOAT | STRING`. | |||
|
|||
[NOTE] | |||
A property type constraint cannot be created for `LIST<VECTOR NOT NULL>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A property type constraint cannot be created for `LIST<VECTOR NOT NULL>`. | |
A property type constraint cannot be created for `LIST<VECTOR<TYPE>(DIMENSION) NOT NULL>`. |
as in the other file
This PR will fail for now because it uses xrefs pointing to unmerged changes (part of #1299)
See also:
#1299
TODO: