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

RFC: Demonstrate what a function package might look like -- encoding expressions #8046

Closed
wants to merge 24 commits into from

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    c67e620 View commit details
    Browse the repository at this point in the history
  2. Add datafusion-functions crate

    alamb committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    01a9bce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee7a873 View commit details
    Browse the repository at this point in the history
  4. Complete integration

    alamb committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4b5acd1 View commit details
    Browse the repository at this point in the history
  5. Conditional compilation

    alamb committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c441a0d View commit details
    Browse the repository at this point in the history
  6. Update lock

    alamb committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d38a80a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1841436 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. tomlfmt and doc

    alamb committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7c7065e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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

Commits on Nov 19, 2023

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

Commits on Nov 28, 2023

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

    alamb committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    02ccb3a View commit details
    Browse the repository at this point in the history
  3. remove dead code

    alamb committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    be159d1 View commit details
    Browse the repository at this point in the history
  4. Update readme

    alamb committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9871ca4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Update

    alamb committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a9f4f92 View commit details
    Browse the repository at this point in the history
  2. Add proto test

    alamb committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fbf7d44 View commit details
    Browse the repository at this point in the history
  3. Implement expr_fn

    alamb committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a95917e View commit details
    Browse the repository at this point in the history
  4. simplify

    alamb committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    dabd5b8 View commit details
    Browse the repository at this point in the history
  5. make it compile

    alamb committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    46ea79f View commit details
    Browse the repository at this point in the history
  6. macro magic

    alamb committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6c6a742 View commit details
    Browse the repository at this point in the history
  7. put macros in their own file

    alamb committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fe397c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

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

    alamb committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ea14fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    817382f View commit details
    Browse the repository at this point in the history