Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: (WIP) Stdlib functions #102

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    99fa47b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    2b15645 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. working on dropWhile etc

    Jolanrensen committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    e0d9d6b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. dropwhiles, all/any

    Jolanrensen committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d144fd2 View commit details
    Browse the repository at this point in the history
  2. dropwhiles, all/any

    Jolanrensen committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4754820 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b9067 View commit details
    Browse the repository at this point in the history
  4. reverted col().as<>() behavior for simplicity. Updated selectTyped …

    …to accept any TypedColumn
    Jolanrensen committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    eae9cb4 View commit details
    Browse the repository at this point in the history
  5. updated readme

    Jolanrensen committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    65ecd39 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'col().as' into stdlib-functions

    # Conflicts:
    #	kotlin-spark-api/3.0/src/main/kotlin/org/jetbrains/kotlinx/spark/api/ApiV1.kt
    #	kotlin-spark-api/3.0/src/test/kotlin/org/jetbrains/kotlinx/spark/api/ApiTest.kt
    Jolanrensen committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ed79931 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. working on filterIndexed

    Jolanrensen committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    24c48ba View commit details
    Browse the repository at this point in the history