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

Eliminate file intermediary in translate algebra #2267

Merged

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    0d19ad4 View commit details
    Browse the repository at this point in the history
  2. eliminate use of file intermediary in translateAlgebra()

     - moves the functionality into a class, so that objects can maintain state without use of a file
    jclerman committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c05f07e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afdcd66 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'more-sparql-parser-typing' into eliminate-file-intermed…

    …iary-in-translateAlgebra
    jclerman committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    1de85ff View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Mar 17, 2023

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

Commits on Mar 21, 2023

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

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    5c36643 View commit details
    Browse the repository at this point in the history
  2. Rename AlgebraTranslator to _AlgebraTranslator

    This is mainly to avoid increasing our public interface. People should
    be able to use `translateAlgebra` for most of their needs.
    
    Also make slight change to the docstrings.
    aucampia committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    9e06fb8 View commit details
    Browse the repository at this point in the history