pub struct TimeIntervalRequest {
pub field_path: String,
pub graphql_alias: String,
pub column: String,
pub unit: String,
pub count: i64,
}Expand description
Describes a time interval bucketing request.
Time(interval: {in: minutes, count: 1}) → replaces column with toStartOfInterval(ts, ...)
Fields§
§field_path: String§graphql_alias: String§column: String§unit: String§count: i64Auto Trait Implementations§
impl Freeze for TimeIntervalRequest
impl RefUnwindSafe for TimeIntervalRequest
impl Send for TimeIntervalRequest
impl Sync for TimeIntervalRequest
impl Unpin for TimeIntervalRequest
impl UnsafeUnpin for TimeIntervalRequest
impl UnwindSafe for TimeIntervalRequest
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