pub enum TsRange {
Count(usize),
FilterByTs(TsFilter),
FilterByValue(f64, f64),
Aggregation(AggregationType, u64),
Alignment(u64),
Latest,
Empty,
BucketTimestamp(BucketTimestampType),
}Expand description
TS.RANGE command options enumeration. TS.RANGE 选项枚举
Variants§
Count(usize)
FilterByTs(TsFilter)
FilterByValue(f64, f64)
Aggregation(AggregationType, u64)
Alignment(u64)
Latest
Empty
BucketTimestamp(BucketTimestampType)
Trait Implementations§
impl StructuralPartialEq for TsRange
Auto Trait Implementations§
impl Freeze for TsRange
impl RefUnwindSafe for TsRange
impl Send for TsRange
impl Sync for TsRange
impl Unpin for TsRange
impl UnsafeUnpin for TsRange
impl UnwindSafe for TsRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more