Skip to content

feat(c++): support reading and filtering multi-property values #723

@yangxk1

Description

@yangxk1

Describe the enhancement requested

Sub-issue of #660

This task involves supporting reading and filtering values for multi-properties. Specifically, we need to:

  • Support reading vertex multi-properties in the high-level API.
  • Parse and convert multi-property values to their target data types from files or Arrow tables.

example in gremlin:

gremlin> g.V(2).properties()
==>vp[name->craig]
==>vp[name->dave]
  • Support filtering on multi-properties following Gremlin semantics (i.e., matching the expected value against any element in the property list).

example in gremlin:

gremlin> g.V().has('name','dave')
==>v[2]

Component(s)

C++

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions