-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support for factor columns via (experimental) Dictionary support * Disable CI as we 'cannot do this' without pending Dictionary support * More efficient factor creation * Snapshot with updated enumeration class * Updated snapshot with working read of enum'ed array * Updated snapshot passing all tests * Snapshot writing with factor * Snapshot displaying schema with enumeration * On index columns, factors need as character * Recover factor from shmem buffer too * With unit test support * With updated documentation to pass R CMD check * Snapshot enumeration to column buffer * Further snapshot enumeration to column buffer * Snapshot with Dictionary re-creation at R level * Snapshot with working factor creation on the c++ side * Dictionaries are small strings using int32 offsets * Cleanup snapshot commenting out some unused code * Snapshot and refactor, focus on arrowio not column_buffer * Snapshot with small tweaks and one new helper * Schema from uri now accesses array to allow attribute enumerations * Condition enumeration code on TileDB 2.17.0 or later * Adjust tests for enumerations * Correction for array open given key * Re-enable continuous integration (plus minor cleanup following rebase) * Add support for query conditions on enumerations * Roll micro version and update NEWS [ci skip]
- Loading branch information
1 parent
c6b6315
commit 6e27096
Showing
31 changed files
with
979 additions
and
115 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: tiledb | ||
Type: Package | ||
Version: 0.20.3.2 | ||
Version: 0.20.3.3 | ||
Title: Universal Storage Engine for Sparse and Dense Multidimensional Arrays | ||
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), | ||
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre")) | ||
|
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 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.