Skip to content

Commit

Permalink
Additional conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Mar 26, 2024
1 parent 692b451 commit 21110d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libtiledbsoma/src/utils/arrow_adapter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ enum ArrowType ArrowAdapter::to_nanoarrow_type(std::string_view sv) {
return NANOARROW_TYPE_INT64; // NB time resolution set indepedently
else if (sv == "tsn:")
return NANOARROW_TYPE_INT64; // NB time resolution set indepedently
else if (sv == "tsu:")
return NANOARROW_TYPE_INT64; // NB time resolution set indepedently
else if (sv == "tdD")
return NANOARROW_TYPE_INT32; // R Date: fractional days since epoch
else if (sv == "z")
Expand Down

0 comments on commit 21110d1

Please sign in to comment.