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.

  1. allFromView_ :: forall table be (db :: (Type -> Type) -> Type) s . (Beamable table, BeamSqlBackend be) => DatabaseEntity be db (ViewEntity table) -> Q be db s (table (QExpr be s))

    beam-core Database.Beam.Query

    Introduce all entries of a view into the Q monad

  2. allInGroupExplicitly_ :: IsSql92AggregationSetQuantifierSyntax s => Maybe s

    beam-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.

  3. allInGroup_ :: IsSql92AggregationSetQuantifierSyntax s => Maybe s

    beam-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_.

  4. allIn_ :: forall s a be . BeamSqlBackend be => [QExpr be s a] -> QQuantified be s a

    beam-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

  5. allOf_ :: forall s a be (db :: (Type -> Type) -> Type) . (BeamSqlBackend be, HasQBuilder be) => Q be db (QNested s) (QExpr be (QNested s) a) -> QQuantified be s a

    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

  6. all_ :: forall be (db :: (Type -> Type) -> Type) table s . BeamSqlBackend be => DatabaseEntity be db (TableEntity table) -> Q be db s (table (QExpr be s))

    beam-core Database.Beam.Query

    Introduce all entries of a table into the Q monad

  7. allBeamValues :: forall table (f :: Type -> Type) b . Beamable table => (forall a . () => Columnar' f a -> b) -> table f -> [b]

    beam-core Database.Beam.Schema.Tables

    No documentation available.

  8. allowDiagonal :: Adjustments -> Bool

    chart-svg Chart.Hud

    No documentation available.

  9. allocEnv :: Benchmarkable -> Int64 -> IO a

    criterion-measurement Criterion.Measurement.Types

    No documentation available.

  10. allocAreaSize :: EventInfo -> {-# UNPACK #-} !Word64

    ghc-events GHC.RTS.Events

    No documentation available.

Page 104 of many | Previous | Next