We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d314f commit 2aa6549Copy full SHA for 2aa6549
1 file changed
datafusion/functions-aggregate/src/count.rs
@@ -21,11 +21,11 @@ use arrow::{
21
compute,
22
datatypes::{
23
DataType, Date32Type, Date64Type, Decimal128Type, Decimal256Type, Field,
24
- FieldRef, Float16Type, Float32Type, Float64Type, Int32Type, Int64Type,
25
- Time32MillisecondType, Time32SecondType, Time64MicrosecondType,
26
- Time64NanosecondType, TimeUnit, TimestampMicrosecondType,
27
- TimestampMillisecondType, TimestampNanosecondType, TimestampSecondType,
28
- UInt32Type, UInt64Type,
+ FieldRef, Float16Type, Float32Type, Float64Type, Int8Type, Int16Type,
+ Int32Type, Int64Type, Time32MillisecondType, Time32SecondType,
+ Time64MicrosecondType, Time64NanosecondType, TimeUnit,
+ TimestampMicrosecondType, TimestampMillisecondType, TimestampNanosecondType,
+ TimestampSecondType, UInt8Type, UInt16Type, UInt32Type, UInt64Type,
29
},
30
};
31
use datafusion_common::hash_utils::RandomState;
0 commit comments