• As(batch)
    • As(stream)
    • Distinct(batch)
    • Filter(stream)
    • Filter(batch)
    • FullouterJoin(batch)
    • GroupBy(batch)
    • Intersect(batch)
    • IntersectAll(batch)
    • Join(batch)
    • LeftOuterIoin(batch)
    • RightOuterJoin(batch)
    • MinusAll(batch)
    • Minus(batch)
    • Orderby(batch)
    • Select(stream)
    • Select(batch)
    • 数据拆分(stream)
    • 数据拆分(batch)
    • Union(batch)
    • UnionAll(stream)
    • UnionAll(batch)
    • Where(stream)
    • Where(batch)