Skip to content

Releases: VirtusLab/iskra

v0.0.3

05 Oct 12:47
68fdd3c
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Support all kinds of join on a boolean condition
  • Support calling .withColumn and .withColumns on a DataFrame
  • Support conditional columns with when

v0.0.2

12 Sep 08:42
2331e15
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Support filtering with .where

v0.0.1

12 Sep 08:39
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • Support basic data types and column operations
  • Support encoding and decoding from/to case classes and tuples
  • Support .select
  • Support .groupBy and selected aggregate functions
  • Support .innerJoin