JoinBySpec
Defined in: output-transform/spec.ts:261
N-way join of multiple arrays into a unified array by shared key.
Properties
Section titled “Properties”$defName?
Section titled “$defName?”
readonlyoptional$defName:string
Defined in: output-transform/spec.ts:269
consumeSources?
Section titled “consumeSources?”
readonlyoptionalconsumeSources:boolean
Defined in: output-transform/spec.ts:268
joinType
Section titled “joinType”
readonlyjoinType:"full"|"inner"|"left"
Defined in: output-transform/spec.ts:265
readonlykind:"joinBy"
Defined in: output-transform/spec.ts:262
outputKey
Section titled “outputKey”
readonlyoutputKey:string
Defined in: output-transform/spec.ts:264
outputPath
Section titled “outputPath”
readonlyoutputPath:Path
Defined in: output-transform/spec.ts:267
primarySource?
Section titled “primarySource?”
readonlyoptionalprimarySource:string
Defined in: output-transform/spec.ts:266
sources
Section titled “sources”
readonlysources:Readonly<Record<string,JoinSource>>
Defined in: output-transform/spec.ts:263