I'd propose to implement TimeRangeFilter, that should perform filtering by time only. Imagine we have a timeseries-like data and need to filter events happened from 10:00 to 14:00 (across all days, or certain period that could be filtered with yours DateRangeFilter)
Hello. Thanks for your awesome library.
I'd propose to implement
TimeRangeFilter
, that should perform filtering by time only. Imagine we have a timeseries-like data and need to filter events happened from 10:00 to 14:00 (across all days, or certain period that could be filtered with yoursDateRangeFilter
)