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

Reimplement Column.truncate, .ceil, and .floor as vectorized Java ops #6941

Merged
merged 50 commits into from
Jun 6, 2023

Commits on May 23, 2023

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

    GregoryTravis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3d8b55c View commit details
    Browse the repository at this point in the history
  3. round

    GregoryTravis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    2aa2302 View commit details
    Browse the repository at this point in the history
  4. truncate ceil floor

    GregoryTravis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5f0d00f View commit details
    Browse the repository at this point in the history
  5. unused

    GregoryTravis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b8e5282 View commit details
    Browse the repository at this point in the history
  6. all but date

    GregoryTravis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    97ab8ec View commit details
    Browse the repository at this point in the history
  7. examples

    GregoryTravis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    07527b6 View commit details
    Browse the repository at this point in the history
  8. cleanup

    GregoryTravis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b0ed569 View commit details
    Browse the repository at this point in the history
  9. cleanup

    GregoryTravis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c3818dc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. date_time truncate

    GregoryTravis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    35d83a1 View commit details
    Browse the repository at this point in the history
  2. cleanup

    GregoryTravis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    430090f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97554d View commit details
    Browse the repository at this point in the history
  4. fix format tests

    GregoryTravis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2db1924 View commit details
    Browse the repository at this point in the history
  5. check column types

    GregoryTravis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    8a62af2 View commit details
    Browse the repository at this point in the history
  6. each_p no

    GregoryTravis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    759de4d View commit details
    Browse the repository at this point in the history
  7. noop

    GregoryTravis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d616cea View commit details
    Browse the repository at this point in the history
  8. changelog, test fix

    GregoryTravis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b85f558 View commit details
    Browse the repository at this point in the history
  9. java fmt

    GregoryTravis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    82ed443 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. review, throw

    GregoryTravis committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0eeb10e View commit details
    Browse the repository at this point in the history
  2. move adapter

    GregoryTravis committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e9be9d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91babe2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    01f0f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6aa9ef View commit details
    Browse the repository at this point in the history
  3. unimplemented stubs

    GregoryTravis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4a4e886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25cbea1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. generalize error

    GregoryTravis committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ac93d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c1754 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. remove big num test

    GregoryTravis committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ea1fd0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48cf30 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. fix test

    GregoryTravis committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2fab69b View commit details
    Browse the repository at this point in the history
  2. 1 test

    GregoryTravis committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7d2380c View commit details
    Browse the repository at this point in the history
  3. merge

    GregoryTravis committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4a52af0 View commit details
    Browse the repository at this point in the history
  4. int tests

    GregoryTravis committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    af6c6cf View commit details
    Browse the repository at this point in the history
  5. int.trunc

    GregoryTravis committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1a2afbc View commit details
    Browse the repository at this point in the history
  6. ceil and floor

    GregoryTravis committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    49b1719 View commit details
    Browse the repository at this point in the history
  7. err tests, but failing

    GregoryTravis committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e5545bf View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. fix type error test

    GregoryTravis committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    6b7ecff View commit details
    Browse the repository at this point in the history
  2. one

    GregoryTravis committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    da57912 View commit details
    Browse the repository at this point in the history
  3. all

    GregoryTravis committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    52a5421 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb5264a View commit details
    Browse the repository at this point in the history
  5. fmt

    GregoryTravis committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    29631cb View commit details
    Browse the repository at this point in the history
  6. cleanup

    GregoryTravis committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0e858ab View commit details
    Browse the repository at this point in the history
  7. changelog

    GregoryTravis committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    bf21ddc View commit details
    Browse the repository at this point in the history
  8. benchmark round too

    GregoryTravis committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    6399b57 View commit details
    Browse the repository at this point in the history
  9. order

    GregoryTravis committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    09c0d62 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. merge

    GregoryTravis committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9f28bba View commit details
    Browse the repository at this point in the history
  2. specialize ops

    GregoryTravis committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    38e6812 View commit details
    Browse the repository at this point in the history
  3. specialize ops

    GregoryTravis committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9a615ea View commit details
    Browse the repository at this point in the history
  4. fix benchmark main

    GregoryTravis committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    3e7250d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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