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

vertex property support property #4032

Open
12482 opened this issue Mar 15, 2022 · 1 comment
Open

vertex property support property #4032

12482 opened this issue Mar 15, 2022 · 1 comment
Labels
community Source: who proposed the issue type/feature req Type: feature request

Comments

@12482
Copy link

12482 commented Mar 15, 2022

example:
create tag by "CREATE TAG IF NOT EXISTS person(name string, age int,location string);"
vertex 'Tom' has Tag person('tom',18,'china')
I want to set property for tom's location , ex: tom-> location -> china :(time : 2022),and i will filter property by time

just like JanusGraph, property can has property

@12482 12482 added the type/feature req Type: feature request label Mar 15, 2022
@Sophie-Xie Sophie-Xie added the community Source: who proposed the issue label Mar 30, 2022
@MuYiYong
Copy link

MuYiYong commented Apr 1, 2022

Nebula Graph does not support property containing properties.All properties should be at the same level.

You can create tag by "CREATE TAG IF NOT EXISTS person(name string, age int,location string, locationtime date);"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Source: who proposed the issue type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants