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

Use shorter aliases in CSE #10939

Merged
merged 15 commits into from
Jun 18, 2024
Merged

Use shorter aliases in CSE #10939

merged 15 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. initial change

    MohamedAbdeen21 authored and peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    08c810d View commit details
    Browse the repository at this point in the history
  2. test renaming

    MohamedAbdeen21 authored and peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c39b24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4b078c View commit details
    Browse the repository at this point in the history
  4. order slt tests

    MohamedAbdeen21 authored and peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7e30bd0 View commit details
    Browse the repository at this point in the history
  5. change cse tests

    MohamedAbdeen21 authored and peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a37a9d7 View commit details
    Browse the repository at this point in the history
  6. restore slt tests

    MohamedAbdeen21 authored and peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    68cce13 View commit details
    Browse the repository at this point in the history
  7. fix slt test

    MohamedAbdeen21 authored and peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    23f9780 View commit details
    Browse the repository at this point in the history
  8. formatting

    MohamedAbdeen21 authored and peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3191710 View commit details
    Browse the repository at this point in the history
  9. ensure no alias collision

    MohamedAbdeen21 authored and peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5cb6d41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    125355b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2577de7 View commit details
    Browse the repository at this point in the history
  12. use AliasGenerator to generate aliases, use __cse prefix in commo…

    …n expression aliases, remove `DataType` from `ExprStats` as not needed, store aliases in `CommonExprs`, revert unnecessary changes
    peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    404cf37 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d14f39a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e642a4 View commit details
    Browse the repository at this point in the history
  15. use __common_expr prefix

    peter-toth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bfe814b View commit details
    Browse the repository at this point in the history