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(udf): array_combine & array_join #3945

Merged
merged 6 commits into from
Jun 26, 2024

Commits on Jun 3, 2024

  1. feat(udf): array_combine

    aceforeverd committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1d8f08a View commit details
    Browse the repository at this point in the history
  2. feat(udf): new functions

    - array_combine
    - array_join
    aceforeverd committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3c180bf View commit details
    Browse the repository at this point in the history
  3. feat: casting arrays to array<string> for array_combine

    WIP, string allocation need fix
    aceforeverd committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6ebe49b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    5f0930c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29250ca View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fix(array_combine): behavior tweaks

    - use empty string if delimiter is null
    - restrict to array_combine(string, array<T> ...)
    aceforeverd committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a55d65c View commit details
    Browse the repository at this point in the history