Skip to main content

decode_required_timestamp

Function decode_required_timestamp 

Source
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.