• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Type of transform.

  2. TransformSummary_Kind :: Text -> TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  3. pattern TransformSummary_Kind_CONSTANTKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Constructs from a constant value, such as with Create.of.

  4. pattern TransformSummary_Kind_FLATTENKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Flatten transform.

  5. pattern TransformSummary_Kind_GROUPBYKEYKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Group By Key transform.

  6. pattern TransformSummary_Kind_PARDOKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    ParDo transform.

  7. pattern TransformSummary_Kind_READKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Read transform.

  8. pattern TransformSummary_Kind_SHUFFLEKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Opening or closing a shuffle session, often as part of a GroupByKey.

  9. pattern TransformSummary_Kind_SINGLETONKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Creates a Singleton view of a collection.

  10. pattern TransformSummary_Kind_UNKNOWNKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Unrecognized transform type.

Page 286 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete