pub fn decode_required_timestamp(
values: &UInt64Array,
field: &'static str,
row: usize,
) -> Result<UnixNanos, EncodingError>Expand description
Returns a required timestamp value, naming the field and row on NULL.
ยงErrors
Returns an EncodingError if the value is null.