pub enum ResultKey {
GroupBy(Arc<Vec<VariableValue>>),
InputHash(u64),
}Variants§
Implementations§
Source§impl ResultKey
impl ResultKey
pub fn groupby_from_variables( keys: &[String], variables: &QueryVariables, ) -> ResultKey
Trait Implementations§
impl StructuralPartialEq for ResultKey
Auto Trait Implementations§
impl Freeze for ResultKey
impl RefUnwindSafe for ResultKey
impl Send for ResultKey
impl Sync for ResultKey
impl Unpin for ResultKey
impl UnwindSafe for ResultKey
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