You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: