microsoft / hyperspace

An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
https://aka.ms/hyperspace
Apache License 2.0
423 stars 115 forks source link

Data Skipping Index Part 1: Refactoring #481

Closed clee704 closed 3 years ago

clee704 commented 3 years ago

What is the context for this pull request?

What changes were proposed in this pull request?

Reorganize code so that code duplication is minimized when new index types are added later.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Existing unit tests