Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Database.Relational.Monad.
BaseType This module defines base monad type to build queries.
type
AggregatingPowerSet = AggregatingPowerSetT Identityrelational-query Database.Relational.Monad.Trans.Aggregating Context monad type to build grouping power set.
type
AggregatingPowerSetT = Aggregatings Power AggregateBitKeyrelational-query Database.Relational.Monad.Trans.Aggregating Context type building power group set.
type
AggregatingSet = AggregatingSetT Identityrelational-query Database.Relational.Monad.Trans.Aggregating Context monad type to build single grouping set.
type
AggregatingSetList = AggregatingSetListT Identityrelational-query Database.Relational.Monad.Trans.Aggregating Context monad type to build grouping set list.
type
AggregatingSetListT = Aggregatings SetList AggregateSetrelational-query Database.Relational.Monad.Trans.Aggregating Context type building grouping sets list.
type
AggregatingSetT = Aggregatings Set AggregateElemrelational-query Database.Relational.Monad.Trans.Aggregating Context type building one grouping set.
type
PartitioningSet c = PartitioningSetT c Identityrelational-query Database.Relational.Monad.Trans.Aggregating Context monad type to build partition keys set.
type
PartitioningSetT c = Aggregatings c AggregateColumnRefrelational-query Database.Relational.Monad.Trans.Aggregating Context type building partition keys set.
groupingSets :: AggregatingSetList a -> AggregateKey arelational-query Database.Relational.Monad.Trans.Aggregating Finalize grouping set list.