Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
beam-core Database.Beam.Query Introduce all entries of a view into the Q monad
allInGroupExplicitly_ :: IsSql92AggregationSetQuantifierSyntax s => Maybe sbeam-core Database.Beam.Query Compute an aggregate over all values in a group. Corresponds to the AGG(ALL ..) syntax. Note that ALL is the default for most aggregations, so you don't normally explicitly specify ALL. However, if you need to, you can use this function. To be explicit about quantification in the beam query DSL, but not produce an explicit ALL, use allInGroup_. allInGroup_ has the same semantic meaning, but does not produce an explicit ALL.
allInGroup_ :: IsSql92AggregationSetQuantifierSyntax s => Maybe sbeam-core Database.Beam.Query Compute an aggregate over all values in a group. Corresponds semantically to the AGG(ALL ..) syntax, but doesn't produce an explicit ALL. To produce ALL expicitly, see allInGroupExplicitly_.
allIn_ :: forall s a be . BeamSqlBackend be => [QExpr be s a] -> QQuantified be s abeam-core Database.Beam.Query A QQuantified representing a SQL ALL(..) for use with a quantified comparison operator Accepts an explicit list of typed expressions. Use allOf_ for a subquery
-
beam-core Database.Beam.Query A QQuantified representing a SQL ALL(..) for use with a quantified comparison operator Accepts a subquery. Use allIn_ for an explicit list
-
beam-core Database.Beam.Query Introduce all entries of a table into the Q monad
-
beam-core Database.Beam.Schema.Tables No documentation available.
allowDiagonal :: Adjustments -> Boolchart-svg Chart.Hud No documentation available.
allocEnv :: Benchmarkable -> Int64 -> IO acriterion-measurement Criterion.Measurement.Types No documentation available.
allocAreaSize :: EventInfo -> {-# UNPACK #-} !Word64ghc-events GHC.RTS.Events No documentation available.