Function google_cloud_bigquery::storage::compute::microsecond
pub fn microsecond<T>(
array: &PrimitiveArray<T>
) -> Result<PrimitiveArray<Int32Type>, ArrowError>where
T: ArrowTemporalType + ArrowNumericType,
i64: From<<T as ArrowPrimitiveType>::Native>,Expand description
Extracts the microseconds of a given temporal primitive array as an array of integers