注意:以下翻译的准确性尚未经过验证。这是使用 AIP ↗ 从原始英文文本进行的机器翻译。

按名称宽合并

支持于:批处理,流处理

在其列名的超集上将一组数据集合并在一起,当缺少列时添加空值。

变换类别:合并

声明的参数

  • 要合并的数据集 - 被合并在一起的数据集。
    List<Table>

示例

示例 1: 基本案例

参数值:

  • 要合并的数据集: [ri.foundry.main.dataset.a, ri.foundry.main.dataset.b]

输入: ri.foundry.main.dataset.a

recently_servicedtail_number
trueKK-150
falseXB-120
trueMT-190

ri.foundry.main.dataset.b

recently_servicedtail_numberairline_code
trueAA-200AA
trueBN-435BN
trueBN-111BN

输出:

recently_servicedtail_numberairline_code
trueKK-150null
falseXB-120null
trueMT-190null
trueAA-200AA
trueBN-435BN
trueBN-111BN