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 substring support for FixedSizeBinaryArray #1633

Merged
merged 9 commits into from
May 5, 2022

Commits on May 1, 2022

  1. add function, no tests yet

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    bc1484d View commit details
    Browse the repository at this point in the history
  2. adjust the fn structure

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    4065ae6 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    a22e7cc View commit details
    Browse the repository at this point in the history
  4. add tests

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    3373b6c View commit details
    Browse the repository at this point in the history
  5. fix clippy

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    e73a737 View commit details
    Browse the repository at this point in the history
  6. add identical test cases for utf8 and binary

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    c7e3624 View commit details
    Browse the repository at this point in the history
  7. add benchmark

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    08bf094 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. fix offset bug

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    6906fc0 View commit details
    Browse the repository at this point in the history
  2. fix a nit

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    566e0ff View commit details
    Browse the repository at this point in the history