- as(batch)
- as(stream)
- distinct(batch)
- filter(batch)
- filter(stream)
- fullouterjoin(batch)
- groupby(batch)
- intersectall(batch)
- intersect(batch)
- join(batch)
- leftouterjoin(batch)
- minusall(batch)
- minus(batch)
- orderby(batch)
- rightouterjoin(batch)
- select
- select(batch)
- select(stream)
- split(batch)
- split(stream)
- unionall(batch)
- unionall(stream)
- union(batch)
- where(batch)
- where(stream)