Skip to main content

JoinColumn

A projected output column of a join. input is a port key — left_input or right_input — and name a column on that input; alias optionally renames it in the output.

inputInput (string)required

Source input port key (left_input or right_input)

nameName (string)required

Source column name on that input

alias object

Output column name (defaults to name)

anyOf
string
JoinColumn
{
"input": "string",
"name": "string",
"alias": "string"
}