pub(crate) fn decode_timestampntz_micros(
data: &[u8],
) -> Result<NaiveDateTime, ArrowError>
Expand description
Decodes a TimestampNtzMicros from the value section of a variant.
pub(crate) fn decode_timestampntz_micros(
data: &[u8],
) -> Result<NaiveDateTime, ArrowError>
Decodes a TimestampNtzMicros from the value section of a variant.