-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
enhancementNew feature or requestNew feature or requestinvalidThis doesn't seem rightThis doesn't seem rightwontfixThis will not be worked onThis will not be worked on
Milestone
Description
It would be useful to have properties defined with functions, which are bound to types <type>.<functionName> allows “functionName” to be a property on the MyType vertex class).
This means queries can refer to a property that is implemented as a function or has an attribute value, and this also can be polymorphic.
Example:
SELECT FROM Account WHERE friendThatLivesInTheSameCity > 0With the following definition:
define function Account.friendThatLivesInTheSameCity
\"return me.getVertices(OUT, "Lives").... \"
language jsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinvalidThis doesn't seem rightThis doesn't seem rightwontfixThis will not be worked onThis will not be worked on