pub fn extract_max_event_time(batch: &RecordBatch, field: &str) -> Option<i64>Expand description
Extracts the maximum event time (as epoch milliseconds) from a named column.
Supports Int64 and TimestampMillisecond column types. Returns None
if the column is missing, has an unsupported type, or is entirely null.