fn file_in_range(file: &FileHandle, predicate: &TimestampRange) -> bool
Expand description
Returns true if the time range of a SST file
matches the predicate
.
fn file_in_range(file: &FileHandle, predicate: &TimestampRange) -> bool
Returns true if the time range of a SST file
matches the predicate
.