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

refactor(type): unify DataTypeKind #708

Merged
merged 6 commits into from
Oct 13, 2022
Merged

refactor(type): unify DataTypeKind #708

merged 6 commits into from
Oct 13, 2022

Commits on Oct 13, 2022

  1. use PhysicalDataTypeKind as the only type kind

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    4709619 View commit details
    Browse the repository at this point in the history
  2. recover decimal parameters

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c16abc8 View commit details
    Browse the repository at this point in the history
  3. support type cast in constant folding

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    8fdd5eb View commit details
    Browse the repository at this point in the history
  4. fix planner test

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    ce73d6e View commit details
    Browse the repository at this point in the history
  5. null -> nullable

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    361d539 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b26340 View commit details
    Browse the repository at this point in the history