CALL ... YIELD Documentation not added yet
Open
- Dominant language
- Shell
- Stars
- 42
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
The syntax structure and usage documentation of CALL ... YIELD has yet to be added.
A basic example:
```postgresql
SELECT *
FROM cypher('test', $$
MATCH (v)
CALL label(v) YIELD label AS l_v
RETURN l_v
$$) as (labels agtype);
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No file is named in the issue; first locate the AGE website documentation section covering CALL and YIELD and review nearby syntax pages. Use the supplied PostgreSQL example to document the syntax and usage, with completion marked by a published section covering both.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, sql
- Domain
- databases, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100