-
Notifications
You must be signed in to change notification settings - Fork 651
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rewrite the rewrite Finish implement loc/iloc Remove debug lines, fix typo Removing unused imports * Removing dead code * Changing naming of clone * Formatting and removing dead code * Moving imports for matching pandas
- Loading branch information
1 parent
a3e7f3e
commit fd24d0f
Showing
12 changed files
with
491 additions
and
748 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Implementation Note | ||
|
||
### Object Hierarchy | ||
|
||
- `remote_partition.py` contains `RemotePartition` interface and its implementations. | ||
- `partition_collections.py` contains `BlockPartitions` interface and its implementations. | ||
- `BlockPartitions` manages 2D-array of `RemotePartition` object | ||
- `axis_partition.py` contains `AxisPartition` and with the following hierarchy: | ||
``` | ||
AxisPartition -> RayAxisPartition -> {RayColumnPartition, RayRowPartition} | ||
``` | ||
- `AxisPartition` is a high level view onto BlockPartitions' data. It is more | ||
convient to operate on `AxisPartition` sometimes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.