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

Add coalesce free function and Row method #1645

Merged
merged 9 commits into from
Oct 6, 2024

Commits on Sep 30, 2024

  1. Add coalesce free function and Row method

    Phil Mitchell committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d7754fa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Prefer Collection over Array

    This allows the user to call those methods with an Array, or any other collection at hand (including lazy ones)
    
    This change makes `return coalesce(columns.lazy.map { $0.name })` iterate lazily. Before this commit, `map` was returning a non-lazy Array.
    groue committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c6781f4 View commit details
    Browse the repository at this point in the history
  2. Add coalesce in DocC

    groue committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a13c1be View commit details
    Browse the repository at this point in the history
  3. Use "real" column names in examples.

    Also, remove "essential".
    groue committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    8cac458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f38619a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06c3ab0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac3278a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    761b00f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a17d72e View commit details
    Browse the repository at this point in the history