Function extract_timestamps

Source
fn extract_timestamps(
    rb: &RecordBatch,
    timestamp_index_name: &str,
) -> Result<Vec<i64>>
Expand description

Calculate the timestamp range of record batch. Return None if record batch is empty.