You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "umer200 (via GitHub)" <gi...@apache.org> on 2023/03/19 16:21:08 UTC

[GitHub] [age] umer200 commented on issue #452: Match / Create / Set / Remove / Delete / Merge / Call / Yield Clause

umer200 commented on issue #452:
URL: https://github.com/apache/age/issues/452#issuecomment-1475310133

   Match Clause:  used to look for a match for a specific pattern
   Create Clause:  used to create a table, index, view, trigger or user-defined functions
   Set Clause: used to update/set the value for one or more fields in a table
   Delete Clause: used to delete/remove one or more records from the table
   Merge Clause: used to merge data from different sources into one target table
   Call Clause: used to call procedures (hooks, triggers, user-defined functions)
   Yield Clause: used to return a result value from a function without terminating the function which can be used in asynchronous calls.
   
   To use all these functions in our AGE extension we will need to create a wrapper for these functionalities in order to smoothly perform all these operations.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org