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 ecc0f3a commit 0c736e7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,20 @@ Here is a list of supported DataTypes in the query
|Type String| Arrow Type|
|--------|---------|
|int8|arrow.PrimitiveTypes.Int8|
|int16|arrow.PrimitiveTypes.Int16|
|int32|arrow.PrimitiveTypes.Int32|
|int64|arrow.PrimitiveTypes.Int64|
|uint8|arrow.PrimitiveTypes.Uint8|
|int16|arrow.PrimitiveTypes.Int16|
|uint16|arrow.PrimitiveTypes.Uint16|
|int32|arrow.PrimitiveTypes.Int32|
|uint32|arrow.PrimitiveTypes.Uint32|
|int64|arrow.PrimitiveTypes.Int64|
|uint64|arrow.PrimitiveTypes.Uint64|
|float16|arrow.FixedWidthTypes.Float16|
|float32|arrow.PrimitiveTypes.Float32|
|float64|arrow.PrimitiveTypes.Float64|
|date32|arrow.PrimitiveTypes.Date32|
|date64|arrow.PrimitiveTypes.Date64|
|binary|arrow.BinaryTypes.Binary|
|string|arrow.BinaryTypes.String|
|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|
|date32|arrow.PrimitiveTypes.Date32|
|date64|arrow.PrimitiveTypes.Date64|
|time32s|arrow.FixedWidthTypes.Time32s|
|time32ms|arrow.FixedWidthTypes.Time32ms|
|time64us|arrow.FixedWidthTypes.Time64us|
Expand All @@ -78,3 +71,10 @@ Here is a list of supported DataTypes in the query
|timestamp_ms|arrow.FixedWidthTypes.Timestamp_ms|
|timestamp_us|arrow.FixedWidthTypes.Timestamp_us|
|timestamp_ns|arrow.FixedWidthTypes.Timestamp_ns|
|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|

0 comments on commit 0c736e7

Please sign in to comment.