-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TODO: Write a better commit message
- Loading branch information
Showing
52 changed files
with
3,596 additions
and
91 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Chores Left | ||
=== | ||
|
||
* Testing | ||
* Update C API unit tests to cover 100% of the Enumeration constructor | ||
* Throw error if enumeration has longer length than the integer width of the attribute | ||
* Require the attribute type to be integral when setting an enumeration | ||
* Don't allow signed integer values for attributes with enumeratiojns? Does R need this? | ||
* Require cell_val_num == 1 for attributes | ||
|
||
* Errors (de?)serializing to disk | ||
|
||
* Miscellany | ||
* Add Enumeration::dump(FILE* out) | ||
* Update schema consolidation and vaccuming for enumerations | ||
* When serializing array schema, check that any enumerations set on attributes actually exist | ||
* Array::get_enumeration - might have to check all load schema versions? | ||
* Do loaded enumerations need serialized? | ||
* QueryAstNode rewrite_enumeration_condition - Need to adjust bit widths | ||
* Document enumeration format changes in the storage format docs | ||
|
||
* REST Serialization ToDOs | ||
* Enumerations initial implementation | ||
* Add ASTNode::use_enumeration to serialization code - If not, all remote queries are against enumeration values | ||
* Add attribute enumeration name | ||
|
||
|
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
Oops, something went wrong.