Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed May 19, 2024
1 parent 97d7b03 commit ecc0f3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ Here is a list of supported DataTypes in the query
|date64|arrow.PrimitiveTypes.Date64|
|binary|arrow.BinaryTypes.Binary|
|string|arrow.BinaryTypes.String|
|daytimeinterval|arrow.FixedWidthTypes.DayTimeInterval|
|duration_s|arrow.FixedWidthTypes.Duration_s|
|duration_ms|arrow.FixedWidthTypes.Duration_ms|
|duration_us|arrow.FixedWidthTypes.Duration_us|
|duration_ns|arrow.FixedWidthTypes.Duration_ns|
|interval_month|arrow.FixedWidthTypes.MonthInterval|
|interval_daytime|arrow.FixedWidthTypes.DayTimeInterval|
|interval_monthdaynano|arrow.FixedWidthTypes.MonthDayNanoInterval|
|float16|arrow.FixedWidthTypes.Float16|
|monthInterval|arrow.FixedWidthTypes.MonthInterval|
|time32s|arrow.FixedWidthTypes.Time32s|
|time32ms|arrow.FixedWidthTypes.Time32ms|
|time64us|arrow.FixedWidthTypes.Time64us|
Expand Down

0 comments on commit ecc0f3a

Please sign in to comment.