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

feat: add output field mapping #78

Merged
merged 10 commits into from
Jul 19, 2023

Commits on Jul 10, 2023

  1. feat: add asggregate output field mapping support

    features:
      * updated the symbol table so that multiple symbols can share the same location
      * the root relation now contains both a relation symbol and a name structure symbol
      * moved commonly string search functions into a separate file
      * added EMIT
      * added aliases
      * added join types
    fixes:
      * fixed root names sort order
    EpsilonPrime committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8fc2689 View commit details
    Browse the repository at this point in the history
  2. Ran clang tidy.

    EpsilonPrime committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6e1c1da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    104e7f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    233bb59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460645e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11c107d View commit details
    Browse the repository at this point in the history
  7. Added missing includes.

    EpsilonPrime committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d6b41e2 View commit details
    Browse the repository at this point in the history
  8. Fixed narrowing issue.

    EpsilonPrime committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    48e2cf4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7334e2d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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