Skip to content

CLEAN UP/REFACTOR: Reorganize iterators #3620

Description

@angelamayxie

We've got iterators in both the rowexec and iters packages

The reason for the iterators in the iters package is that the table implementation in memory needs to access some of the iterators in the iters package and moving them to rowexec causes a cyclical import.

We need to:

  1. Move iterators from rowexec into iters.
  2. rel_iters.go does not properly describe what sort of iterarots are defined are in the file. Ideally, each iterator type should be in its own appropriately named file.
  3. Many other iterators are not properly sorted/organized.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions