vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.64k stars 1.19k forks source link

User-Defined Types #718

Open monadbobo opened 5 years ago

monadbobo commented 5 years ago

Maybe nebula should support the UDT(User-Defined Types) like CQL does.

CREATE TYPE phone (
    country_code int,
    number text,
)
sherman-the-tank commented 5 years ago

This is a nice feature, but not critical I think