mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat: realtime user analytics (#5098)
Co-authored-by: Sampras Lopes <Sampras.lopes@juspay.in>
This commit is contained in:
@ -253,6 +253,10 @@ pub enum Aggregate<R> {
|
||||
alias: Option<&'static str>,
|
||||
percentile: Option<&'static u8>,
|
||||
},
|
||||
DistinctCount {
|
||||
field: R,
|
||||
alias: Option<&'static str>,
|
||||
},
|
||||
}
|
||||
|
||||
// Window functions in query
|
||||
|
||||
Reference in New Issue
Block a user