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

feat(interactive): Support more data types for vertex/edge property #3346

Merged
merged 9 commits into from
Nov 13, 2023

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Nov 13, 2023

Add more data type support for vertex/edge property, now we support the following types.

  • DT_SIGNED_INT32
  • DT_UNSIGNED_INT32
  • DT_SIGNED_INT64
  • DT_UNSIGNED_INT64
  • DT_BOOL
  • DT_FLOAT
  • DT_DOUBLE
  • DT_STRING
  • DT_DATE32

The vertex property column of following types can be used as primary key column

  • DT_SIGNED_INT32
  • DT_UNSIGNED_INT32
  • DT_SIGNED_INT64
  • DT_UNSIGNED_INT64
  • DT_STRING

@longbinlai longbinlai merged commit df64984 into alibaba:main Nov 13, 2023
26 checks passed
@zhanglei1949 zhanglei1949 deleted the more-data-types branch March 14, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants