Skip to content

Commit

Permalink
Add timestamp instant to README (#16)
Browse files Browse the repository at this point in the history
* Add timestamp instant to README

* Fix typo and formatting
  • Loading branch information
Jefffrey authored Nov 4, 2023
1 parent 218d991 commit abd9960
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ Read [Apache ORC](https://orc.apache.org/) in Rust.
| String, Char, and VarChar || | string | Utf8 |
| Boolean || | bool | Boolean |
| TinyInt || | | |
| Binary || | Vec<u8> | Binary |
| Binary || | Vec\<u8\> | Binary |
| Decimal || | | |
| Date || | chrono::NavieDate | Date32 |
| Timestamp || | chrono::NavieDateTime | Timestamp(Nanosecond,_) |
| Date || | chrono::NaiveDate | Date32 |
| Timestamp || | chrono::NaiveDateTime | Timestamp(Nanosecond,_) |
| Timestamp instant || | | |
| Struct || | | |
| List || | | |
| Map || | | |
Expand Down

0 comments on commit abd9960

Please sign in to comment.