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

Create interface for indexible tables in IndexedTableAccess #1938

Merged
merged 24 commits into from
Aug 21, 2023

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    6d6c42b View commit details
    Browse the repository at this point in the history
  2. IndexedTableAccess now wraps a new interface (TableNode): ResolvedTab…

    …le implements this interface but other structs can too.
    nicktobey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4e8aec9 View commit details
    Browse the repository at this point in the history
  3. Rename IndexedTableAccess.ResolvedTable to reflect the fact it is n…

    …o longer necessarily a resolved table.
    nicktobey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2024df0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c29ae92 View commit details
    Browse the repository at this point in the history
  5. Add docstrings.

    nicktobey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    260cc62 View commit details
    Browse the repository at this point in the history
  6. Rename function parameters to reflect that they operate on plan.Table…

    …Node, not plan.ResolvedTable
    nicktobey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ee3d8a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d63902c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4e5b85 View commit details
    Browse the repository at this point in the history
  9. Allow LookupJoins and indexes from outer scopes to be apply to table …

    …functions that support it.
    nicktobey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    777d1bb View commit details
    Browse the repository at this point in the history
  10. Fix comment in DropTable

    nicktobey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5b5021b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78d0f0a View commit details
    Browse the repository at this point in the history
  12. Add missing parentheses.

    nicktobey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dfee15e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0188724 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    73f89c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2f4d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a581be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9f9ec1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    512857f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    538823b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Refactor IndexedTableAccess documentation and method names to replace…

    … ResolvedTable with TableNode.
    nicktobey committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    999201d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d2920f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Add docstring to TableNode

    nicktobey committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0971ddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b0507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c1aad2 View commit details
    Browse the repository at this point in the history