Skip to content

v0.7.0 - Relational Layer with Aggregation

Choose a tag to compare

@ver1619 ver1619 released this 06 Apr 19:00
· 24 commits to main since this release

v0.7.0

This versions introduces:

  • FlatMap - coverts each element, producing multiple output elements like a stream and merges them into a single sequence

  • Relational Operations

    • Join (inner join)
    • CrossJoin
    • LeftJoin
    • GroupBy
  • Aggregate - applies functions to groups(e.g, sum, avg, max)

With v0.7.0, you can now:

  • combine, expand, group and aggregate data