All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.zeal18.zio.mongodb.driver.aggregates.Facet.scala Maven / Gradle / Ivy

There is a newer version: 0.11.1
Show newest version
package io.github.zeal18.zio.mongodb.driver.aggregates

/** Defines a Facet for use in `\$facet` pipeline stages.
  */
final case class Facet(name: String, pipeline: Aggregation*)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy