Open
Description
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
Activity