Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
clarify boolean value in DataType::Dictionary (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Dec 28, 2021
1 parent d14ae86 commit ad54610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datatypes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ pub enum DataType {
///
/// This type mostly used to represent low cardinality string
/// arrays or a limited set of primitive types as integers.
///
/// The `bool` value indicates the `Dictionary` is sorted if set to `true`.
Dictionary(IntegerType, Box<DataType>, bool),
/// Decimal value with precision and scale
/// precision is the number of digits in the number and
Expand Down

0 comments on commit ad54610

Please sign in to comment.