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