Skip to content

Documentation for "..." in projection #22

Open
@manor

Description

@manor

I get why this:

join(c: Country.name, n:["Palau", "Nauru"].item) {...c}

returns this:

image

and even why this:

join(c: Country.name, n:["Palau", "Nauru"].item) {...n}

returns this:

image

but what does this even mean?

join(c: Country.name, n:["Palau", "Nauru"].item) {...}

because this is what it returns:

image

In the context of a project, '...' means all the columns, but the type of the result of the join and/or the meaning of "..." are a bit unclear. Also, I understand rows and tables but it looks like entire structs are being returned in the last case:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions