[ 
https://issues.apache.org/jira/browse/TINKERPOP-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ken Hu updated TINKERPOP-3023:
------------------------------
    Description: 
There are certain types commonly used in Gremlin that should have some native 
support in the grammar:
 * UUID
 ** {{UUID()}} - random
 ** {{UUID('1e077e63-e45a-4f8e-aa00-9b6ffd91f20e')}}
 * Edge
 ** {{Edge(11)}} - different than current syntax for Vertex, adjust Vertex to 
match - drop grammar support for {{{}ReferenceVertex{}}}.
 * Binary (ByteBuffer)
 ** {{Binary( '/9j/4AAQSkZJRgABAQEAAAAAAAD/==')}}

  was:
There are certain types commonly used in Gremlin that should have some native 
support in the grammar:

* UUID 
** {{UUID()}} - random
** {{UUID('1e077e63-e45a-4f8e-aa00-9b6ffd91f20e')}}
* Set
** \{1 ,2, 3\} - borrow python syntax here
* Edge
** {{Edge(11)}} - different than current syntax for Vertex, adjust Vertex to 
match - drop grammar support for {{ReferenceVertex}}.
* Binary (ByteBuffer)
** {{Binary( '/9j/4AAQSkZJRgABAQEAAAAAAAD/==')}} 




> Expand type syntax in grammar in 3.8
> ------------------------------------
>
>                 Key: TINKERPOP-3023
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-3023
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: language
>    Affects Versions: 3.8.0
>            Reporter: Stephen Mallette
>            Priority: Major
>
> There are certain types commonly used in Gremlin that should have some native 
> support in the grammar:
>  * UUID
>  ** {{UUID()}} - random
>  ** {{UUID('1e077e63-e45a-4f8e-aa00-9b6ffd91f20e')}}
>  * Edge
>  ** {{Edge(11)}} - different than current syntax for Vertex, adjust Vertex to 
> match - drop grammar support for {{{}ReferenceVertex{}}}.
>  * Binary (ByteBuffer)
>  ** {{Binary( '/9j/4AAQSkZJRgABAQEAAAAAAAD/==')}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to