pub type FileTimeRange = (Timestamp, Timestamp);Expand description
Time range (min and max timestamps) of a SST file. Both min and max are inclusive.
pub type FileTimeRange = (Timestamp, Timestamp);Time range (min and max timestamps) of a SST file. Both min and max are inclusive.