Skip to content

Commit

Permalink
Move the decimal64 definition order
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Oct 30, 2024
1 parent 4dc53bf commit 8217b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_glib/arrow-glib/type.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ G_BEGIN_DECLS
* @GARROW_TYPE_TIME64: Exact time encoded with int64, supporting micro- or nanoseconds
* @GARROW_TYPE_MONTH_INTERVAL: YEAR_MONTH interval in SQL style.
* @GARROW_TYPE_DAY_TIME_INTERVAL: DAY_TIME interval in SQL style.
* @GARROW_TYPE_DECIMAL64: Precision- and scale-based decimal
* type with 64-bit. Storage type depends on the parameters.
* @GARROW_TYPE_DECIMAL128: Precision- and scale-based decimal
* type with 128-bit. Storage type depends on the parameters.
* @GARROW_TYPE_DECIMAL256: Precision- and scale-based decimal
Expand All @@ -72,6 +70,8 @@ G_BEGIN_DECLS
* @GARROW_TYPE_LARGE_LIST: A list of some logical data type with 64-bit offsets.
* @GARROW_TYPE_MONTH_DAY_NANO_INTERVAL: MONTH_DAY_NANO interval in SQL style.
* @GARROW_TYPE_RUN_END_ENCODED: Run-end encoded data.
* @GARROW_TYPE_DECIMAL64: Precision- and scale-based decimal
* type with 64-bit. Storage type depends on the parameters.
*
* They are corresponding to `arrow::Type::type` values.
*/
Expand Down

0 comments on commit 8217b31

Please sign in to comment.