Skip to content
Snippets Groups Projects

Feat: support more functions (transform fns)

Merged Maaz Ahmed requested to merge 25-feat-support-more-functions into main
3 files
+ 147
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
1
@@ -19,7 +19,6 @@ pub mod aggregate;
#[cfg(feature = "metricsql")]
pub mod label;
pub mod rollup;
#[cfg(feature = "metricsql")]
pub mod transform;
// This macro takes a name and formatting arguments which are directly passed to the `write` macro
Loading